You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Jekyll provides the smartify filter, which converts a text containing straight quotes and apostrophes into their curly counterparts (aka “smart quotes”). We are going to be needing this functionality (and perhaps the inverse operation as well). This likely means that we should be adding curly single quotes to the UnicodeEscapes : enum we are presently shipping.
The text was updated successfully, but these errors were encountered:
Jekyll provides the
smartify
filter, which converts a text containing straight quotes and apostrophes into their curly counterparts (aka “smart quotes”). We are going to be needing this functionality (and perhaps the inverse operation as well). This likely means that we should be adding curly single quotes to theUnicodeEscapes
:enum
we are presently shipping.The text was updated successfully, but these errors were encountered: