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.
Jekyll provides the
smartifyfilter, 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:enumwe are presently shipping.