Skip to main content

Software

2025


Rendering footnotes inside HTML in Hugo

·223 words

While using Hugo, I’ve encountered this frustrating limitation when trying to add footnotes inside HTML elements, where they do not render properly. This problem is related to the default Markdown renderer, Goldmark, which doesn’t support this functionality, breaking what would otherwise be valid Markdown syntax. The fix is surprisingly straightforward. You just need to configure Hugo to use Pandoc instead of Goldmark as your Markdown renderer. Here’s how:

2024


Taking daily notes in plain text

·280 words

Taking notes is the kind of task that should be simple. In fact, you just need a small notebook and a pen for this. However, sometimes all I got with me is my smartphone, so I would like to have some sort of solution that synced all my notes between the devices I use.

2023


OChord

A terminal-based program and language to manipulate chords and notes made in OCaml. This was a personal project of mine, and I want to get back to it when I have the time.