Now with mermaid

I just came across mermaid and thought it seemed quite cool. I wanted to implement support for it on my blog, but there wasn't any mention of how to do this with Middleman. Turns out it wasn't that hard, I just added an import tag to the main page template, then modified the Markdown renderer to create a proper <pre class="mermaid"> tag around any ```mermaid code blocks. You can see the full commit of this change here. Now I can create cool charts and graphs with ease within my markdown. For example:..continue...

Enhancing middleman-syntax

Let's talk about how to set up middleman-syntax and then about some stuff I've added on top for this blog. First thing's first, of course you need to:..continue...