|
|
|
|
|
by IfOnlyYouKnew
1812 days ago
|
|
Markdown's single best idea is that it is very readable "raw". While AsciiDoc is better than, say, html, it seems that's mostly a lucky accident because it's close to Markdown. Where it diverges, it looks like it fell from the XML tree. Example: .Lightweight Markup
NO THIS TEXT IS NOT LIGHT
Now, in fairness, Markdown doesn't have any methods to do that. But for quotes, Markdown gets it right: > this is a quote
> and that's obvious
While AsciiDoc uses a block that doesn't have any meaning for the casual reader: -----
Quote Quote
-----
|
|
https://docs.asciidoctor.org/asciidoc/latest/blocks/blockquo...