mhgbrg / personal-website

My personal website and blog. Uses a script that parses posts from Markdown files and spits out static html.
0 stars 1 forks source link

Write your own Markdown parser #42

Open mhgbrg opened 8 years ago

mhgbrg commented 8 years ago

Right now the script is using Mistune to parse Markdown. To minimise dependencies (and learn more about regex) I should write my own Markdown parser.

The parser wouldn't have to be complete. Only the parts of Markdown that I use would have to be implemented.