I wish Asciidoc was more popular
1–10 of 124 posts
Re: I wish Asciidoc was more popular
#2Re: I wish Asciidoc was more popular
#3Org mode does most of that, too. And a lot more. And while you cannot use it in Github issues, you can in README files on Github.
Re: I wish Asciidoc was more popular
#4
You _really_ shouldn’t
play with matches, Debbie.
Later on in that document:
warning {
display: block;
color: red;
}
Which is a very long winded way of saying that you can use markdown for authoring actual content, and then use good old HTML for styling whatever else you want to.Relying on asciidoc for styling elements like admonitions always felt like the wrong tool for the job. Like writing a Java generator in Perl, instead of just writing actual Java.
Re: I wish Asciidoc was more popular
#5Is the Python3 asciidoc (any of the several that have sprung up) good enough to replace asciidoctor nowadays?
Re: I wish Asciidoc was more popular
#6I write all my professional docs in AsciiDoc (even made a tool to pull AsciiDoc comments out of the code and into various documents), but always disliked having to pull ruby into my toolchain. Is the Python3 asciidoc (any of the several that have sprung up) good enough to replace asciidoctor nowadays?
Re: I wish Asciidoc was more popular
#7Well, here comes the obligatory org-mode comment: Org mode does most of that, too. And a lot more. And while you cannot use it in Github issues, you can in README files on Github.
Re: I wish Asciidoc was more popular
#8I write all my professional docs in AsciiDoc (even made a tool to pull AsciiDoc comments out of the code and into various documents), but always disliked having to pull ruby into my toolchain. Is the Python3 asciidoc (any of the several that have sprung up) good enough to replace asciidoctor nowadays?
Use AsciiDoctorJ. Under the hood it's JRuby, but as a user you won't really notice, it's just a Java program.
Re: I wish Asciidoc was more popular
#9Well, here comes the obligatory org-mode comment: Org mode does most of that, too. And a lot more. And while you cannot use it in Github issues, you can in README files on Github.
I don't use emacs, so an emacs mode isn't that useful for me.
But yeah, to unlock the true power of org-mode you need emacs.
Re: I wish Asciidoc was more popular
#10Well, here comes the obligatory org-mode comment: Org mode does most of that, too. And a lot more. And while you cannot use it in Github issues, you can in README files on Github.
I don't use emacs, so an emacs mode isn't that useful for me.