Markdown Formatting
Introduction
Many Flavours of Markdown
There are many variants of Markdown formats, and each processor may support a range of extensions, and interpret the Markdown specifications in somwhat different ways. The main formats include:
- Markdown - this is the classic orginal version
- Multimarkdown - the orginal extension to Markdown
- GitHub Flavored Markdown -a small set of extension to Markdown defined by GitHub
- Kramdown - extensive set of extensions based on PHP markdown Extra package and Maruku
- Pandoc - extensive set of extensions, but strays from the original markdown syntax and extensions somewhat
Markdown Processors
There are also many different Markdown processors, each with their own quirks. See the section [Other Markdown Processors and Formats] for details.