I have used asciidoc for several projects and really like it. One option is http://asciidoctor.org/. It is a Ruby processor for asciidoc, but it runs in JRuby and even has a maven plugin, https://github.com/asciidoctor/asciidoctor-maven-plugin. Github uses asciidoctor for README.adoc and README.asciidoc files, http://asciidoctor.org/news/2013/01/30/asciidoc-returns-to-github/ and I even see traffic about using it from the JBoss community. So it is in active development, well supported and growing. The only issue I see is that asciidoctor does not support a native build to PDF, you still have to use the asciidoc toolchain. But that may changed in the future, https://github.com/asciidoctor/asciidoctor/issues/113
Mike On Fri, May 3, 2013 at 5:18 PM, David Medinets <[email protected]>wrote: > I took another look at the HTML and it was indeed the bright red strings > that I did not like. Otherwise, brilliant! >
