logoalt Hacker News

frizlabyesterday at 11:29 PM2 repliesview on HN

Have you tried Asciidoc though? It is, IMHO, much clearer than markdown (YMMV, obviously), and exactly the same pros you gave of markdown can be said of Asciidoc.

Bonus: It starts simple but can be used to do whole books if needed.


Replies

Arainachtoday at 12:24 AM

My experience is that Asciidoc very quickly gets into advanced syntax.

If you introduce something with advanced functionality onto a team, soon enough someone's going to use pieces that others don't fully understand later.

Now everyone touching the document has to understand includes and document metadata and whatever else someone added. Suddenly you have includes and cross-references and what used to be a document where you could read the raw non-rendered form linearly top to bottom is a confusing mess unless you render it. Markdown is almost always just as legible raw as rendered.

theSherwoodtoday at 12:30 AM

It's great apart from the nested list syntax. It's quite noisy. I'd prefer if it supported indentation.