Supported Markdown features

We support a subset of the CommonMark spec for markdown. You may find a list of all supported features below. We might able to support more features in the future. Feel free to suggest any improvements if you find something missing or formatting issues.

Headings

An heading consists of a string of characters, parsed as inline content, between an opening sequence of 1 to 6 unescaped # characters.

Code blocks

Code blocks are supported using triple backticks or by using indentations. At the moment we only support highlighting for Javascript and python. Feel free to suggest more languages if you need them.

Lists

We support both ordered and unordered lists. Lists can may be nested to any level.

Paragraphs

Paragraphs are separated by a blank line. Paragraphs automatically wrap depending on the `wrap` value you provide (is set in the settings).

Inline code

Code block