HACKER Q&A
📣 ImArtix

What is your favorite markup language?


I've been experimenting with LaTeX and AsciiDoc lately, but I figured it would be interesting to find out what everyone else is using.


  👤 altilunium Accepted Answer ✓
Markdown is enough for me. I can easily publish it online (https://md.altilunium.my.id) or convert it to latex and pdf by using pandoc (https://rtnf.my.id/pandoc-sublime-text-integration)

👤 labarilem
Markdown was love at first sight. I've been using it a lot since then, also for my blog: https://github.com/labarilem/labarilem.github.io

👤 rektide
MDX or XHTML. It's simply way more expressive & clear & malleable. XHTML doesn't have a great API for manipulating content, but it has a better API than anything else (the DOM).

👤 mindcrime

👤 BMc2020
I can tell you my least favorite: Confluence

I suspect my new least favorite will be hubspot hubl but they haven't rolled it out at my workplace yet.


👤 f1shy
I use emacs.org and export from there to other formats.

👤 zaphar
Latex followed by markdown, depending on the use case.