logoalt Hacker News

abmmgbyesterday at 6:32 PM4 repliesview on HN

What are peoples' favourite md implementations? Curious as there are different varieties and even more varied opinions. I am building a lightweight project folder managing app supporting markdown and I am between Commonmark and GitHub flavoured markdown and want to gather thoughts.


Replies

Ditiyesterday at 6:56 PM

I know it doesn’t answer your question, but: AsciiDoc. All major forges support it and it has the same features as all the other Markdown flavors combined.

contravariantyesterday at 8:44 PM

At this point pandoc, that way I can at least be sure I can translate it to whatever format I need.

black_knightyesterday at 10:04 PM

I love Pandoc’s markdown. Wrote my PhD thesis in it, and most of my subsequent articles.

TheRealPomaxyesterday at 6:58 PM

GFM, because HTML in markdown should not be a parse error, and getting twenty different markdown "specs" to all agree on new syntax for bits they are obviously missing (like details, classed scoping, transclusions, etc) is not happening.

show 1 reply