Markdown ParserRelease Notes
Markdown Parser is a support library that aids Alien-Factory in the development of other libraries, frameworks and applications. Though you are welcome to use it, you may find features are missing and the documentation incomplete.
Versions
v0.0.4
- New: Supports heading anchor tags as generated by Fantom's MarkdownDocWriter:
## <a name="overview"></a> Overview
- New: Headings may now end lists, without a new line. Added to support Fantom's MarkdownDocWriter.
- New: Titles in links and images are parsed and subsequently dropped as they're not supported:

- Chg: Headings may have up to 6 levels as per Markdown spec.
v0.0.2
- New: Preview release.