Added tag 0.2 for changeset fada9393d5c8
fada9393d5c8 — Oben Sonne 0.2 12 years ago
release preparations
ce776a6ce0f5 — Oben Sonne 12 years ago
minor cleanup
03667c482e49 — Oben Sonne 12 years ago
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.
e6dcb64ab4ee — Oben Sonne 12 years ago
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.
5bb360da39b2 — Oben Sonne 12 years ago
tests: adjust html-characters test to PyMD 2.1

PyMD now detects if angle brackets and ampersands should be taken
literally.
313d49818671 — Oben Sonne 12 years ago
tests: adjust nested blocks test for PyMD 2.1

PyMD now supports paragraphs in lists nested in blockquotes.
59fb5e8d644c — Oben Sonne 12 years ago
markdown: switch to version 2.1
f793a8d091f4 — Oben Sonne 12 years ago
Added tag 0.1.2 for changeset eb2434a40368
release preparations
8a7464e5826f — Oben Sonne 12 years ago
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.
fe3a7d3fa491 — Oben Sonne 12 years ago
cli: minor log message fix
c91d4222cbac — Oben Sonne 12 years ago
docs: typos and wording
3f450fe9813a — Oben Sonne 12 years ago
Added tag 0.1.1 for changeset 92c3bae6faee
release preparations
b0220790c39c — Oben Sonne 12 years ago
fabfile: adjust version check to new README layout
37cb52a2a87b — Oben Sonne 12 years ago
fabfile: update wiki on release
70c31f71023f — Oben Sonne 12 years ago
fabfile: use absolute URLs for test revisions
f3ac05204908 — Oben Sonne 12 years ago
docs: add required Python version to README
8027a5e0299c — Oben Sonne 12 years ago
docs: tune README
Next