Matthew Peveler
Matthew Peveler
Splitting this off from #212 Asciidoctor is more lenient in how it parses attribute lists, making usage of double quotes not strictly necessary in most cases. This is a huge...
Similar to #170 in using latest versions of these things as the default backend when specified without a version. In this case, we will not deprecate docbook45 as it's different...
The html5 backend should be the default html backend to use, while also deprecating the html4 and xhtml11 backends as obsolete and to be removed in 11.0. Keep with the...
Spun off from https://github.com/asciidoc-py/asciidoc-py2/issues/16. Would be good just for general repo health to have a document to outline steps for contributing.
See https://docs.asciidoctor.org/asciidoc/latest/directives/include-with-leveloffset/#manipulate-heading-levels-with-leveloffset on syntax. The relative syntax would probably have made the pain point https://github.com/asciidoc-py/asciidoc-py2/issues/119 easier to deal with.
This issue is to lay out the high level goals of the current and next few major releases, to help people know where I'm aiming, as well as relation of...
Attempting to convert the following fragment on its own: ``` [cols="1,3,3"] |=== |Language Feature |Markdown |AsciiDoc |Includes |_n/a_ a| [source,text] ---- \include::intro.adoc[] ---- |=== ``` causes the following error: ```...
This is to separate the discussion of this from #20, as well as track possible work on this (given that #20 is probably going to be merged before this is...
The [`build_website.sh`](https://github.com/asciidoc/asciidoc-py3/blob/master/build_website.sh) script does not include a line to build the `latexmath.pdf` guide (from [`./doc/latexmath.txt`](https://github.com/asciidoc/asciidoc-py3/blob/master/doc/latexmath.txt) file). The website links to this PDF a handful of times, and so building it...
It looks like the website currently links to the following pages: 1. https://asciidoc.org/asciimathml.html 2. https://asciidoc.org/latexmathml.html 3. https://asciidoc.org/latexmath.html In a handful of places, and it looks to me that these pages...