Switching to Markdown

2026-05-31

Back in 2014, I wrote custom Markdown-like language. At the time I did so because I needed features like math equations that weren’t super standardized back then. Now, I’ve finally decided to admit defeat and just switch to Markdown. I’m still using my custom static site generator, dllup-rs, but I no longer have to worry about maintaining my own parser and stuff.

The advantages of using Markdown are many:

But I’m keeping my static site generator, which has:

The downside of course is that it is kinda cool that back as a student I hand-wrote some really concise Python for my personal markup language and static site generator. Now, with my vibe-coded static site generator and a generic markup language, perhaps a little bit of the personality and “nerd cred” are gone. But it runs a lot faster and has way more features as described in “amazing website improvements”. At least all my blog posts are hand written and my CSS styles are mostly hand designed.