Hacker News new | ask | show | jobs
by carapace 1115 days ago
Years ago I read a well-reasoned comparison of a handful of markup languages and the author made a strong case for Creole (which I had never heard of before or since. I use markdown just like everybody else. ;)

Unfortunately, I can't remember the arguments and I've never been able to find that article again.

So I can't tell you why it's better. But try it and see what you think?

2 comments

I already evaluated Creole and prefer Markdown. I also prefer reStructured Text over Creole.

Searching for comparative reviews, I’ve found five, neither of which recommended Creole for any particular reason.

My main point of review is how to make local links:

When I use Markdown, it’s either in my Obsidian notes which actually have a wiki-style [[link]] syntax (not standard for Markdown), or it’s in a git repository where local links means a link to a relative file path.

The latter is more portable, whereas wiki-style namespaces assume one homogenous knowledge base, which makes distributing documents more difficult.

Oh I like it. It looks unambiguous, and it feels just as mnemonic as Markdown. I can't believe I haven't seen it before..