Can you give me an estimate for a
Markdown to TML converter/parser?
Requirements:
* Input a Markdown-formatted string, output a TML-formatted string.
* Must be an actual parser, not merely a bunch of calls to strReplace.
This will be a script that I'd then include in other projects.