Introduction
Pelican is a Python-based Static Blog Generator.
Markdown in Pelcian
Syntactic sugar plugins (tags) are added to the markdown language used in Pelican
These tags are specified in Liquid-style syntax:
:::identifier (eg. liquid, python)
{% tag arg1 arg2 ... %}
Image Tag
{% img [position] /url/to/img.png [width] [height] [title ...