Markdown

Topics related to Markdown:

Getting started with Markdown

Markdown Spoilers or Hidden Text

This spoiler syntax is specific to Stack Exchange, and is not part of a standard markdown syntax.

Headers

Tables

Linking

Quotes

Text Formatting

Text formatting in markdown usually requires characters at both the beginning and end of the text.

Code

Creating Lists

Images

The syntax for images is the same as that for links, but with an exclamation mark ! in front of the text (which is used as alt-text).

Dialects/Flavours

Variations of Markdown with differing syntax are called "flavors." Markdown flavors are listed at https://github.com/jgm/CommonMark/wiki/Markdown-Flavors.

A Markdown flavor can be implemented in various programming languages and software applications. Libraries that implement a Markdown parser are listed at https://github.com/markdown/markdown.github.com/wiki/Implementations and https://www.w3.org/community/markdown/wiki/MarkdownImplementations.

Several Markdown flavors, and the differences between them, are documented at http://flavoredmarkdown.com.

To test and compare Markdown code in many different flavors, and implementations of those flavors, you can use the online tool Babelmark.