|
|
|
|
|
by deanebarker
2424 days ago
|
|
I don't think so anymore. I wrote a book for O'Reilly in 2016 (http://flyingsquirrelbook.com/) and it was done in ASCIIDoc, which is a variant of Markdown (or perhaps vice-versa) with some custom extensions and structures. |
|
Neither, AsciiDoc has similar design goals to Markdown but it's a completely separate markup language. I like to explain AsciiDoc as a markup language that sits somewhere between Markdown and LaTeX, it handles far more things than Markdown (and is therefore more complex) but isn't nearly as complex as LaTeX (but also doesn't handle nearly as many things).