- Add a
û
accent to the list - Simplify the pest file using builtins rules
- Improve handling of heading and trailing spaces
- Fixes bugs for comments inside lists
- Improve delimitation for comments, code blocks and inline blocks
- Fixes a bug where links containing
(
or)
characters were not recognized by the grammar.
Initial version, creates the markdown.pest
file containing the grammar for Markdown parsing.
- Adds numerous base tests, and implementation for the basic markdown parsing, prepare the field for more features later on.
- Adds example of usage to HTML translation