markdowny 0.2.0

Markdown parser with support for hairy templates, HTML, HTML-attributes, HTML-spans, HTML-blocks specified in Markdown. Focus on error reporting, so Markdown errors are reported
Documentation
1
2
3
4
5
6
7
8
9
markdowny
=========

A Markdown parser, generating an AST that can be easily adjusted and converted to text or HTML. It supports some additional syntax:
- spans between `[` and `]`;
- divs without block elements (such as div and p) between `[[` and `]]`;
- divs with block elements (such as div and p) between `[[[` and `]]]`;
- literals between `[[[[` and `]]]]`;
- setting styles/classes/ids etc with `{#id; style: value; .classname}`.