Thanks for Markdown plugin

Thanks to @azurecurve for the Markdown plugin. I see others I’ll be reading up on and likely installing.

Is there a specific flavor of Markdown to be aware of?

3 Likes

Markdown uses Parsedown and Parsedown Extras to convert markdown to HTML.

Parsedown supports GitHub flavored markdown:
https://github.github.com/gfm/

And the Extras supports Markdown Extras:
https://michelf.ca/projects/php-markdown/extra/

That should help you figure out what markdown you can use.

2 Likes