Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 675 Bytes

CHANGELOG.md

File metadata and controls

29 lines (16 loc) · 675 Bytes

v0.1.6

v0.1.5

  • Add a û accent to the list
  • Simplify the pest file using builtins rules

v0.1.4

  • Improve handling of heading and trailing spaces

v0.1.3

  • Fixes bugs for comments inside lists

v0.1.2

  • Improve delimitation for comments, code blocks and inline blocks

v0.1.1

  • Fixes a bug where links containing ( or ) characters were not recognized by the grammar.

v0.1.0

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