Try Asciidoc Instead of Markdown
opensource.com
Try Asciidoc Instead of Markdown
1–9 of 9 posts
Re: Try Asciidoc Instead of Markdown
#2Re: Try Asciidoc Instead of Markdown
#3The biggest benefit of GitHub-flavored Markdown is that it works on GitHub with no additional processing needed.
Re: Try Asciidoc Instead of Markdown
#4Re: Try Asciidoc Instead of Markdown
#5Why? Markdown works fine and is better known, I don't see anything that Asciidoc would do better than Markdown.
For most writing, Markdown is perfectly sufficient. If you're doing complex stuff, however, AsciiDoc might make expressing your intent more straightforward.
[0]: https://docs.asciidoctor.org/asciidoc/latest/asciidoc-vs-mar...
Re: Try Asciidoc Instead of Markdown
#6Why? Markdown works fine and is better known, I don't see anything that Asciidoc would do better than Markdown.
If you don’t see anything, it must be because you have closed your eyes. Asciidoc does a ton of things that Markdown can not.
Complex tables. Admonitions. Generated ToCs. Definition lists. Block image with alt text. Inclusions. Block titles. In-line anchors. Conditional directives. Live code inclusion.
Just all the stuff that’s required to write complete, professional documentation instead of blog posts and readme notes.
Re: Try Asciidoc Instead of Markdown
#7Re: Try Asciidoc Instead of Markdown
#8Why? Markdown works fine and is better known, I don't see anything that Asciidoc would do better than Markdown.
> I don't see anything that Asciidoc would do better than Markdown. If you don’t see anything, it must be because you have closed your eyes. Asciidoc does a ton of things that Markdown can not. Complex tables. Admonitions. Generated ToCs. Definition lists. Block image with alt text. Inclusions. Block titles. In-line anchors. Conditional directives. Live code inclusion. Just all the stuff that’s required to write comp…
Thanks for the comment, it actually seems quite a bit more interesting now.
Re: Try Asciidoc Instead of Markdown
#9Why? Markdown works fine and is better known, I don't see anything that Asciidoc would do better than Markdown.
There are a number of elements supported by AsciiDoc that aren't available in Markdown[0]. For most writing, Markdown is perfectly sufficient. If you're doing complex stuff, however, AsciiDoc might make expressing your intent more straightforward. [0]: https://docs.asciidoctor.org/asciidoc/latest/asciidoc-vs-mar...