Latest posts for tag example

Example blog post in reStructuredText

This is an example blog post in reStructuredText.

As in Sphinx, a field list near the top of the file is parsed as front matter and removed from the generated files.

Syntax highlighting almost works (requires support in the stylesheet; see the docutils docs for details), and line numbers can be added to code snippets.

0 import this

And also inline images work:

example image

(image from wikimedia commons)

Internal links also work.

This is an example blog post, in Markdown.

The front matter of the post can be written in TOML, YAML or JSON, just like in Hugo.

Syntax highlighting works:

import this

Also, inline images work:

An example image

(image from wikimedia commons).

The flavour of markdown is what's supported by python-markdown with the Extra, CodeHilite and Fenced Code Blocks extensions.