Version 0.5
Various bug fixes. Also a change to the API (hence why the new version isn't just a patch)--sorry about that.
- Fixed a problem in reader.py which caused it to split lines even if
semi-colons were within strings. - Fixed conflicts between including Markdown files in documentation and any
other syntax (particularly that found in code fragments). However, this
required breaking the API, as the syntax for including a file is now
{! filename !}
. - Fixed a bug whereby if documentation lacks meta-data but has a colon in
the first line it would cause an error (as Markdown would try to interpret
that as meta-data).