4 comments

[ 3.1 ms ] story [ 16.1 ms ] thread
Less specification, more formal grammar. Foo-to-HTML converter is next to useless, especially compared to a well-formed parse tree. (In fact, there are already some PEG parsers for Markdown.)
It's not possible to write a formal (non-PEG) grammar for Markdown. Hence, a spec, which is the next best thing (a la HTML5). Of course, vfmd is not a md-to-html converter, it's an md-to-parse-tree converter + a parse-tree-to-html converter.