dmarkdown icon indicating copy to clipboard operation
dmarkdown copied to clipboard

support github-flavored markdown

Open wilzbach opened this issue 9 years ago • 1 comments

Github-flavored Markdown is becoming the new standard markdown and many engines support the feature set by default, because it's very convenient. The two biggest additions are:

  • tables
  • type of language in code blocks (after three backticks)

Popular NPM module: https://github.com/chjj/marked Cheatsheet: https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet

wilzbach avatar May 28 '16 11:05 wilzbach

https://github.com/p0nce/commonmark-d

p0nce avatar Sep 30 '19 23:09 p0nce