Open spookylukey opened 6 years ago
For example:
>>> from typogrify.filters import typogrify >>> typogrify('\\') # a single backslash - correct output '\\' >>> typogrify('\\\\') # double backslash - but output is single '\'
For example: