Currently, the following lines produces an mdash and a dash:
from typogrify.filters import typogrify
print(typogrify("---"))
prints
but it really should print a single mdash---otherwise how to produce an ndash? See the wikipedia to read more details.
Currently, the following lines produces an mdash and a dash:
prints
but it really should print a single mdash---otherwise how to produce an ndash? See the wikipedia to read more details.