Dan Allen
Dan Allen
This issue hosts the planning discussion for how take the current code from a prototype state to the point its ready to use in core. Once we've established a plan...
We need to figure out a way to avoid the runtime dependency on treetop. We definitely want to use treetop to generate the grammar parser, but after that treetop should...
We need to improve the terminology so we're naming things in a way that's both consistent within the grammar and with generally accepted terminology. For inspiration we should draw on:...
The with helper changes the evaluation context even when the "as" operator is used. This is not intuitive. The whole point of specifying "as" is to redirect the context to...
Currently, the first tab in the list is selected by default (unless a tab is selected by some other means, such as a URL fragment or sync group). It should...
For those who want to assign a stable ID to a tab, it should be possible to specify the ID explicitly on the tab item. To do so, the extension...
AsciiDoc allows see and see-also terms to be added to an index entry. The PDF converter should include these terms when generating the index. See https://github.com/asciidoctor/asciidoctor/issues/2047 for reference.
This rx is now defined in core. See: https://github.com/asciidoctor/asciidoctor/blob/v2.0.x/lib/asciidoctor/rx.rb#L522-L527
resolves #1933 This PR also exposes the Node.js globals related to compression to the Jest runtime so that these APIs get used if available. Without the code fix, the Node.js...