I show how one can use ANTLR to translate a blog post written in a subset of markdown into HTML. This builds upon a previous post, 'A Test-Driven Approach to Translating a Markdown Document into HTML', by showing how ANTLR can reduce the rigidity of code written by the developer and allow for a greater level of iteration.