8
0

markdown.md 327 B

GitHub Flavored Markdown Editor

  • Play around with GitHub Flavored Markdown.
  • See the markdown generated in the "output" box.
  • You can use editor.setData( markdownString ) to set markdown content:
editor.setData( 'This\n\n*is*\n\n**MARKDOWN!**' );