Markdown Support 1.5
Major changes since the last version:
- Shiny new Lexer implementation (@stengerh) for syntax highlighting (#33)
- The lexer now has the following properties:
- It does not generate empty tokens.
- The total length of the generated tokens equals the length of the input.
- It generates an empty token sequence for an empty input.
- It is able to handle nested styles, e.g. emphasis in headers, bold links, etc. Each peace of Markdown source is hihglighted according to innermost applicable style.
- New option for suggesting the filename and path when saving/exporting as HTML @srsbiz (#37)