Hacker News new | ask | show | jobs
by icegreentea2 1813 days ago
For the type of documentation that I do, I find that the single biggest win with AsciiDoc is it's table functionality.

Specifically the two things that are really nice is:

A) You can write out a table row over multiple lines. Default syntax/mode makes it really easy to do a cell per line.

B) You can embed (more) complex formatting easily into the table. So stuff like lists, block quote/code block, whatever.