Hi, So bare with me, I've only been looking at Nim for the past week and haven't written anything substantial in it. I'm trying to write a very simple CMS site with jester and looking for a way to store the content. Markdown is the obvious solution but I'm struggling to find a parser.
This looks promising ([https://github.com/flaviut/stupid-markdown-parser/blob/master/markdown.nim](https://github.com/flaviut/stupid-markdown-parser/blob/master/markdown.nim)) but I was hoping there might be something in the standard library. Any ideas?
