Markdown reference

Markdown is the syntax Plume uses to format your articles and comments

Plume supports the CommonMark version of Markdown.

On top of that, we added a few custom extensions:

Syntax highlighting

You can add color to your code with the following syntax:

`​`​`language
your code goes here
`​`​`

Language is the name of the language you are using. The supported languages are those in this repository since we use SublimeText’s syntax file. Usually the name is in lower-case: for instance Python can be highlighted with python.

To configure the theme to use, you will have to choose a different theme for your bblog.