The Coding Notebook
Memorable coding moments of a software engineer
Practicing Regex - markdown parser for Blogger
"Writing blog posts using markdown should be much easier" I thought to myself, "and it will be a great challenge for my regular expression skill", so I sat down and wrote a simple markdown parser, it supports Titles, Fenced Code Blocks, Code Quotes and Links.