Fork me on GitHub

Pelican Markdown Test Page

Examine how Markdown is rendered with Pelican

This is a lightly modified copy of original article:

These examples of markdown are a modified form taken from Build A Blog With Pelican And Python - Pt. 2 Creating Content. I did find some issues that I mention as …

more ...

rST Cheat Sheet

This is a lightly modified copy of rst-cheatsheet.rst from https://github.com/ralsina/rst-cheatsheet/blob/master/rst-cheatsheet.rst commit ``62ce5c7``

Inline Markup

Inline markup allows words and phrases within text to have character styles (like italics and boldface) and functionality (like hyperlinks).

*emphasis*
emphasis
**strong emphasis**
strong emphasis
`interpreted …
more ...