Closed bennage closed 10 years ago
It looks like the culprit is the typogr module. Investigating.
In my article.jade, I replaced
section.content!= typogr(page.html).typogrify()
with
section.content!= page.html
and now it renders as expected.
The issue is resolved for me perosnally, but I'll leave it open for a bit in case the project coordinators want to address it. Thanks.
Closing, looks like a bug in typogr
Thanks for your report
In one of my article, I have markdown similiar to this:
When rendered this produces the unexpected:
After fiddling a bit, I narrowed it down to some number followed by 'th'. It looks like it is intended for pretty formatting ordinal numbers (34th, 1st, 72nd, etc.)
This seems to be a case where it is misapplied.
I haven't been able to find this in the source yet, but point me in the right direction and I'll send a pr.