Autumn!

Results 18 comments of Autumn!

Upon inspection, the issue is in blackfriday. It converts the above markdown to ``` hello old friend i loved u

Scratch that suggestion, actually i just found [goldmark](https://github.com/yuin/goldmark) which has no dependencies, is more popular and well-maintained, and is also commonmark spec compliant. It seems ideal.

i'm currently working on switching it over, I don't mind if you wana make a new issue if that's tidier for project managment etc.

@blackle i think ur talking about #783 and yeah it still passes! because of the fact that i made dedicated inline parsers for hashtags and mentions so they only get...

@igalic mentions and hashtags now have dedicated inline parsers, so any underscores appearing in hashtags or mentions cannot be interpreted by any other inline parser. they're parsed on a first-seen...

My specific use case is writing a program that needs to produce EPS output so that it can be used by fontforge during tracing of bitmap glyphs. Postscript is used...

i don't really know how to produce sample code for this because the feature doesn't exist yet :) i would suggest using your own sample code instead.