| Age | Commit message (Collapse) | Author |
|
|
|
|
|
provide support for these older Ruby versions
|
|
|
|
Asciidoctor::Converter
|
|
|
|
private method
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
resolves #3214 update use of magic regexp variables to fix compatibility with Opal
|
|
with Opal
- reference or reassign magic regexp variables (e.g., $1, $2, etc) before invoking any other regular expression or method
- consolidate logic in extract_passthroughs
|
|
(PR #3217)
|
|
|
|
|
|
|
|
|
|
|
|
to list item (PR #3206)
- improve detection of an indented paragraph that's a continuation of the primary list text
- apply verbatim substitutions to all other literal paragraphs
- simplify the logic in the ListItem#fold_first method (and stop tracking continuation_connects_first_block)
- add tests to verify change
|
|
- clarify monospaced vs literal text
|
|
pass the list type
|
|
|
|
|
|
Ensure the text in the asciimath tests matches what we output from
asciidoctor/helpers.
|
|
|
|
|
|
eagerly (PR #3203)
- convert titles of cataloged block and section nodes containing attribute references eagerly to resolve attributes while in scope
- consolidate all processing of title and caption for block at end of next_block
- add tests to verify behavior
|
|
|
|
#3195)
|
|
|
|
|
|
:positional_attrs option is missing (PR #3200)
|
|
|
|
|
|
DocinfoProcessor class
|
|
|
|
|
|
|
|
- use an AsciiMath postfilter hook to change the display property to block
|
|
default attributes
|
|
|
|
|
|
- bundle .yardopts so rubydoc.info selects correct README
|
|
|
|
|