Python based Markdown to HTML parser
python3 mdparse.py note.md
- Currently, the parser reads each line of your markdown one at a time so you can only use one kind of styling per line
The initial version will be based off of the Daring Fireball Spec
# H1 Title
**Bold Text** __Bold Text__
*Italic text* _Italic text_
``console.log('markdown is awesome!');``
![alt text here](http://thecatapi.com/?id=bsb)
[View Markdown Parse on Github][https://github.com/auermi/markdown-parse]