It is a text document format for writing short documents, articles, books and UNIX man pages.
AsciiDoc files can be converted to many other formats like HTML, EPUB, man pages and PDF.
AsciiDoc files can be translated to HTML and DocBook markups using the asciidoc(1) command.
AsciiDoc is highly configurable: both the AsciiDoc source file syntax and the backend output markups (which can be almost any type of SGML/XML markup) can be customized and extended by the user.
Requirements:
· Python 2.4 or higher
What's New in This Release: [ read full changelog ]
· Increased default maximum include depth from 5 to 10.
· Emit warning if maximum include depth is exceeded.
· Suppress repeated console messages.
· Music filter: removed --beams=None option from abc2ly invocation because it is broken on LilyPond 2.14 (Ubuntu 12.04).
· Replaced obsolete <tt> tag with <code> in HTML backends.
· Allow configuration attribute entries to create a new section (previously you could only modify existing sections).
· Documented {wj} (word-joiner) attribute and updated FAQ.