summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2019-03-21Release 2.0.0.rc.3v2.0.0.rc.3Dan Allen
2019-03-21resolves #3178 apply subs to Inline node returned by inline macro processor i...Dan Allen
2019-03-20merge PR #3173Dan Allen
2019-03-20use .merge to duplicate Hash instead of .dup (PR #3180)Dan Allen
2019-03-20resolves #3176 log message at info level if inline macro processor returns a ...Dan Allen
2019-03-20log info level message if optional include is droppedDan Allen
2019-03-20simplify drop-line detection when substituting attributes in target of includ...Dan Allen
2019-03-20resolves #2855 honor attribute-missing setting when processing block macrosDan Allen
2019-03-20resolves #2855 honor attribute-missing setting when processing include directiveDan Allen
2019-03-20allow failure level of CLI to be set to info rather than debugDan Allen
2019-03-20log possible invalid reference at info level instead of debug levelDan Allen
2019-03-20resolves #1699 convert example block to details/summary tag set if collapsibl...Dan Allen
2019-03-20resolves #2868 log warning when include directive is not resolved due to miss...Dan Allen
2019-03-20resolves #3154 extend TLD for implicit e-mail addresses to 5 characters (PR #...Dan Allen
2019-03-20stop find_by iteration if filter block returns :stop directive (PR #3162)Dan Allen
2019-03-20drop :skip and :skip_children directives in find_byDan Allen
2019-03-20find_by should reject node when :reject directive is used with ID selectorDan Allen
2019-03-19resolves #2861 log dropped lines at info level when attribute-missing=drop-li...Dan Allen
2019-03-19resolves #3163 drop indexterms table from document catalog (PR #3169)Dan Allen
2019-03-19resolves #3161 log warning if conditional expression in ifeval directive is i...Dan Allen
2019-03-19resolves #3164 fix crash if ifeval directive is missing expression (PR #3167)Dan Allen
2019-03-19resolves #3165 use proper terminology in warning message about mismatched pre...Dan Allen
2019-03-18allow email TLD to be uppercase for consistencyDan Allen
2019-03-18improve implicit e-mail parsingDan Allen
2019-03-18resolves #3036 load additional languages for highlight.js as defined in the h...Dan Allen
2019-03-18minor optimization in Document#docinfo methodDan Allen
2019-03-18when resolving a convert method for a node, only consider methods prefixed wi...Dan Allen
2019-03-18provide simplified xreftext implementation on DocumentDan Allen
2019-03-16resolves #3152 prevent section level from being negative; fix infinite loop (...Dan Allen
2019-03-16Always store section numeral as string (PR #3144)Mikko Värri
2019-03-16apply substitution for custom inline macros before all other macrosDan Allen
2019-03-16perform footnotes substitution last in macros substitution group (PR #3151)Dan Allen
2019-03-16use squeeze instead of tr_sDan Allen
2019-03-15resolves #3133 next_adjacent_block should not fail when used on dlist item (P...Dan Allen
2019-03-15shorten the mailto: sniffDan Allen
2019-03-15use concatenation instead of interpolation in a few more placesDan Allen
2019-03-15use concatenation instead of interpolation for replacementsDan Allen
2019-03-15ellipsis should be :none replacement, not :leadingDan Allen
2019-03-15use nil_or_empty? to determine whether to call convert method with optionsDan Allen
2019-03-15export read_svg_contents method on built-in HTML 5 converter for Bespoke conv...Dan Allen
2019-03-14resolves #1444 rename header_footer option to standalone (PR #3146)Dan Allen
2019-03-13remove unnecessary fallback values in CLI optionsDan Allen
2019-03-13use shorthand for char in CLI optionsDan Allen
2019-03-13use terminology for find_by that better aligns with NodeFilter (PR #3130)Dan Allen
2019-03-13rename lock_in_subs to commit_subsDan Allen
2019-03-12Begin development on next version [skip ci]Dan Allen
2019-03-12Release 2.0.0.rc.2v2.0.0.rc.2Dan Allen
2019-03-12resolves #2191 allow negated subs to be specified on inline pass macro (PR #3...Dan Allen
2019-03-11resolves #2912 propogate ID assigned to inline passthrough (PR #3141)Dan Allen
2019-03-11revise the RDoc on the Asciidoctor module [skip ci] (PR #3143)Dan Allen