• I'm burning your markdown!
  1. I'm burning your markdown!

I was tired writing plain html so I included markdown as an interpreter for my backend texts. Markdown's pretty simple to write and read which doesn't bloat your "plain blog text" as much as html.

I found a nice markdown php interpreter named Parsedown for markdown to html translation which processed the text you read now. It is leightweight and very fast, even faster than php's included translator which you can see on their demo page

So i can even

display(some).
  source.Code();

with ease and, what's most important, without having a bunch of formatting html-tags. It's absolutely worth it.

  • give
  • it
  • a
  • try