Added tag 0.2 for changeset fada9393d5c8
release preparations
minor cleanup
tests: adjust deflists test for PyMD 2.1 Since PyMD 2.1, multi-line descriptions in defintion lists do not need to be indented, i.e. unindented continuation lines do not break definition lists anymoe. This also means that multi-line descriptions must be followed by a new line.
markdown: do not use placeholders for escaped characters This patch recreates the Python Markdown 2.0.3 behavior where escaped characters are simply unescaped. Python Markdown 2.1 replaces them with placeholders which makes it impossible to decide if it is some inline HTML, some escaped character or anything else. Additionally it is not possible to apply special treatment to the escaped characters because they are hidden.
tests: adjust html-characters test to PyMD 2.1 PyMD now detects if angle brackets and ampersands should be taken literally.
tests: adjust nested blocks test for PyMD 2.1 PyMD now supports paragraphs in lists nested in blockquotes.
markdown: switch to version 2.1
Added tag 0.1.2 for changeset eb2434a40368
release preparations
markdown: stick markdown to version 2.0.3 This is a temporary fix to issue #1, until markowik has been adapted to correctly work with Python markdown 2.1.
cli: minor log message fix
docs: typos and wording
Added tag 0.1.1 for changeset 92c3bae6faee
release preparations
fabfile: adjust version check to new README layout
fabfile: update wiki on release
fabfile: use absolute URLs for test revisions
docs: add required Python version to README
docs: tune README