asciidoc-py2
asciidoc-py2 copied to clipboard
Deprecated python2 implementation of AsciiDoc.py. See asciidoc-py/asciidoc-py for current work.
Depending on the back-end being used, `--` gets currently translated either to an em dash (HTML, for instance) or an en dash (LaTeX). To allow convenient usage of both types...
Following #122. Solution based on "the (not very tested) example" provided by Lex Trotman on https://groups.google.com/forum/#!topic/asciidoc/IddY7N7aIl4 Works for me on Ubuntu 16.04: generated good PDF, html, tex. Save the text...
I'm not sure why the rules for br and hr are missing from the xhtml xsl file. Any input on this would be appreciated.
> _Errors should never pass silently_ - [The Zen of Python](https://www.python.org/dev/peps/pep-0020/) This pull request is based on the previous one #25. It improves the `testasciidoc.py` tool to report better the...
Closes #19 I have created a `book-docinfo.xml` file because when people are going to try this with the book inside doc it will work.
I think it might help others that are writing math books with asciidoc.
Since dblatex 0.3.3, literallayout has worked much better. There is one remaining problem, namely that without an explicit setting of the parameter literal.class, all literallayout elements are rendered as monospaced....
Hi! With slidy, I noticed an issue in the javascript in the `find_slide_number` function. Only fragments like `#(3)` would work (jumping to page 3), but not `#_my_heading` (should jump to...