Markdown parser for Io. Based on discount.
Using eerie:
eerie install https://github.com/AlesTsurko/Markdown.git
Markdown
"# Hello" markdownToHTML // will return <h1>Hello</h1>
tests/OUTPUT.html
is generated using markdown
from
discount with this command:
markdown -oOUTPUT.html -fnopants,fencedcode,githubtags,urlencodedanchor TEST.md
The tests/TEST.md
is from this repository:
https://github.com/mxstbr/markdown-test-file
To run tests:
$ io tests/run.io