index
:
asciidoctor
2.0.20-charlotte
main
MSM's fork of Asciidoctor
Charlotte Koch
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
2019-03-22
Release 2.0.0
v2.0.0
Dan Allen
2019-03-22
read id instead of deleting it when parsing inline nodes
Dan Allen
2019-03-22
resolves #2134 add parse_attributes helper to base extension Processor class ...
Dan Allen
2019-03-22
slightly optimize implicit source block promotion
Dan Allen
2019-03-22
optimize attribute rekeying
Dan Allen
2019-03-22
rename pos_attrs to positional_attrs (PR #3188)
Dan Allen
2019-03-22
consolidate helper methods in substitutors
Dan Allen
2019-03-22
remove outdated workaround to substitute attributes eagerly in section title
Dan Allen
2019-03-22
remove commented code in substitutors [skip ci]
Dan Allen
2019-03-22
resolves #2818 catalog inline anchors at start of callout list items
Owen Heisler
2019-03-22
use default argument value to set document on catalog_inline_anchor method
Dan Allen
2019-03-22
update Processor#parse_content to delegate all logic to Parser.parse_blocks
Dan Allen
2019-03-22
rearrange methods in Substitutors; mark private methods; update RDoc (PR #3187)
Dan Allen
2019-03-22
resolve #2047 add support for see and see also relationships on index terms (...
Dan Allen
2019-03-22
resolves #1117 automatically promote a listing block without an explicit styl...
Dan Allen
2019-03-22
change extract_passthroughs to use single return value
Dan Allen
2019-03-22
sort block parsing into more logical order; remove special case (PR #3186)
Dan Allen
2019-03-21
resolves #2441 substitute replacements in author values used in document head...
Dan Allen
2019-03-21
move condition in sub_replacements to postfix condition [skip ci]
Dan Allen
2019-03-21
consolidate some code [skip ci]
Dan Allen
2019-03-21
resolves #1487 only promote indexterms automatically if indexterm-promotion o...
Dan Allen
2019-03-21
Begin development on next version [skip ci]
Dan Allen
2019-03-21
Release 2.0.0.rc.3
v2.0.0.rc.3
Dan Allen
2019-03-21
resolves #3178 apply subs to Inline node returned by inline macro processor i...
Dan Allen
2019-03-20
merge PR #3173
Dan Allen
2019-03-20
use .merge to duplicate Hash instead of .dup (PR #3180)
Dan Allen
2019-03-20
resolves #3176 log message at info level if inline macro processor returns a ...
Dan Allen
2019-03-20
log info level message if optional include is dropped
Dan Allen
2019-03-20
simplify drop-line detection when substituting attributes in target of includ...
Dan Allen
2019-03-20
resolves #2855 honor attribute-missing setting when processing block macros
Dan Allen
2019-03-20
resolves #2855 honor attribute-missing setting when processing include directive
Dan Allen
2019-03-20
allow failure level of CLI to be set to info rather than debug
Dan Allen
2019-03-20
log possible invalid reference at info level instead of debug level
Dan Allen
2019-03-20
resolves #1699 convert example block to details/summary tag set if collapsibl...
Dan Allen
2019-03-20
resolves #2868 log warning when include directive is not resolved due to miss...
Dan Allen
2019-03-20
resolves #3154 extend TLD for implicit e-mail addresses to 5 characters (PR #...
Dan Allen
2019-03-20
stop find_by iteration if filter block returns :stop directive (PR #3162)
Dan Allen
2019-03-20
drop :skip and :skip_children directives in find_by
Dan Allen
2019-03-20
find_by should reject node when :reject directive is used with ID selector
Dan Allen
2019-03-19
resolves #2861 log dropped lines at info level when attribute-missing=drop-li...
Dan Allen
2019-03-19
resolves #3163 drop indexterms table from document catalog (PR #3169)
Dan Allen
2019-03-19
resolves #3161 log warning if conditional expression in ifeval directive is i...
Dan Allen
2019-03-19
resolves #3164 fix crash if ifeval directive is missing expression (PR #3167)
Dan Allen
2019-03-19
resolves #3165 use proper terminology in warning message about mismatched pre...
Dan Allen
2019-03-18
allow email TLD to be uppercase for consistency
Dan Allen
2019-03-18
improve implicit e-mail parsing
Dan Allen
2019-03-18
resolves #3036 load additional languages for highlight.js as defined in the h...
Dan Allen
2019-03-18
minor optimization in Document#docinfo method
Dan Allen
2019-03-18
when resolving a convert method for a node, only consider methods prefixed wi...
Dan Allen
2019-03-18
provide simplified xreftext implementation on Document
Dan Allen
[next]