git clone git://github.com/jgm/peg-markdown.git
Code cleanup: int to size_t.
Code cleanup - moved declarations to beginning.
Code cleanup (undid brain-dead global substitution).
Release inputbuf at end of main program.
Code cleanup.
Version bump.
Modified BlockQuote parser to handle "lazy" syntax,
Changed HTML APOSTROPHE to ’ if "smart" selected.
Version bump to 0.2.2.
Fixed padding at end of HTML output (esp. if no endnotes).
Bumped version to 0.2.1.
Fixed bug in listitem output for latex and groff-mm.
Version bump to 0.2.
Updated README with new benchmark time.
Allow empty URLs and link text.
Allow a heading or blockquote without preceding blank line.
Fixed padding in <li>.
Code cleanup (using a->b instead of (*a).b.)
Fixed indentation-gobbling bug in Note parser.
Added APOSTROPHE to smart typography parsing.
Describe extensions in README.
Added support for footnotes.
Proper dependencies on markdown_peg.h in Makefile.
Simplified some grammar definitions.
Minor punctuation changes in README.
Fixed grammar for Code elements so that an embedded newline is allowed.
Added support for single and double quote with smart option.
Added MDASH and NDASH.
Updated README.
Properly terminate input string (overwriting EOF character).