v0.4.1
 - Update specfile from downstream project.
 - Fix code-block ODF space misparsing bug.
 - Add demo files and template

v0.4.0
 -  Rename program/package to odpdown.
 -  Use plain monospaced for unknown-lang code blocks.
 -  Relax pygments minimal version requirements.
 -  Add downstream spec file.
 -  Use requirements.txt instead of git submodule.
 -  Move to tox for testsuite
 -  Add travis CI config.
 -  Fixes #9 - use internal names for ODF images in container.

v0.3.0
 - Fixes #8 - don't trip over empty list item case.
 - Fixes #10 - don't use default mistune escaping-text-output.
 - Fixes #13 - make input markdown code unicode-safe.
 - Fixes #14 - only add title and alt_text if they're actually given
 - Fixes #11 - double-emphasis is only bold, not bold-italic.
 - Fixes #18 - special-case '-' again on the cmdline.
 - Fix problem with fractional svg box dimensions.
 - Add options for autofit and pygments highlight style.

v0.2.0
 - State default value for --page
 - Fix pypi/module config errors, add module requirements
 - Prefix generated style name with (more) unique prefix.
 - Insert images now w/ correct aspect ratio and caption now
 - Take positions of presentation text objects from master.
 - Fixes #6 - explain where master page names come from.
 - Fixes #5 - provide installation instructions.

v0.1.0
 - Implement embedded images.
 - Working syntax highlighting for code blocks
 - Fix whitespace / tab handling for block code.
 - Go with more colourful syntax highlight defaults.
 - Enable autofit for all outline paragraphs.
 - Implement parameterizable master page usage.

v0.0.5
 - Some fixes so 'python setup.py bdist_rpm' works
 - Fix link generation and block_code linebreaks
 - Add option parsing, add option to insert at specific slide index.
 - Get us proper monospaced font, that looks good for code
 - Fix annoying extra linefeeds in code paragraphs.
 - Fix link output, fix list style used for outline
 - Too many whitespace issues - quickfix no pretty-printing

v0.0.1
 - Fix style use - need master page style matching pres class.
 - First reasonably working version of odpgenerator
