git clone git://github.com/jgm/peg-markdown.git
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).
Added 'children' to Element struct; removed 'list' from Contents union.
Simplified types:
Refactored printing functions into markdown_output.c.
Added -x/--extensions command-line option.
Added extensions parameter to markdown().
Integrated groff-mm writer.
Fixed two HTML block bugs:
Made 'padded' an int, not a bool, to keep track of newlines printed.
Refactored into a library and a main program.
Added note about usage instructions to README.
Small fixes to README.
Distinguish NormalEndline and TerminalEndline
Formatting and spacing improvements.
Initial commit.