Tag: MarkDown

CartaNova: Turning Plain Text into Beautiful HTML (Without Dependencies)

There’s something deeply satisfying about typing plain Markdown.It’s minimal, portable, and human-readable — but when you want to display it on the web, it’s not always easy to find the right library. So I wrote CartaNova (ehm, I vibe coded…sorry I did it again 💁‍♀️) a lightweight Markdown-to-HTML library written in plain JavaScript. No dependencies, […]