v0.1.0
Known issues
- Newlines using double backslashes
\\does not render correctly- GitHub's markdown automatically escapes the double backslash, resulting in only a single backslash in the output HTML (which throws an error when parsing)
\\ does not render correctly