summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2023-05-18release 2.0.20v2.0.202.0.20-charlotteDan Allen
2023-05-17release 2.0.19v2.0.19Dan Allen
2023-05-17match attrlist consistently when looking for transitional literal monospaceDan Allen
2023-05-17backport fix for #4458 process constrained inline passthrough inside monospac...Dan Allen
2023-05-17only match transitional role (x-) that this distinct from other rolesDan Allen
2023-05-16correctly handle compat role on monospace and constrained passthrough when bo...Dan Allen
2023-05-11backport fix for #4452 enclose reftext tag in article tag in DocBook output f...Dan Allen
2023-05-07backport fix for #4448 apply reftext substitutions to value of mantitle attri...Dan Allen
2023-05-06backport fix for #4450 consistently produce partintro as a compound open blockDan Allen
2023-05-01backport fix for #3929 treat uri:classloader: as absolute path prefix when ru...Dan Allen
2023-04-26catalog inline ref defined using anchor macro even when resolved reftext is e...Dan Allen
2023-04-26combine condition with next keyword for clarity when cataloging inline anchorsDan Allen
2023-04-25slightly simplify implicit link processing by separating implicit and explici...Dan Allen
2023-04-25don't swallow square brackets when processing escaped URL macroDan Allen
2023-04-23minor optimization to avoid calls to regex in list parsing if precondition is...Dan Allen
2023-04-23backport fix for #4268 implicitly attach nested list that starts with block a...Dan Allen
2023-04-23backport fix for #4437 support notitle option on section as preferred alterna...Dan Allen
2023-04-18backport fix for #4402 don't uppercase monospace span in section title in man...Dan Allen
2023-04-18backport fix for #4368 use while loop rather than recursion to locate next li...Dan Allen
2023-04-18backport fix for #4393 avoid matching numeric character references when searc...孙茂胤 (Sun, Maoyin)
2023-04-17backport fix for #4401 manify alt text of block image in manpage outputDan Allen
2023-04-16don't allow target of include directive to start or end with a spaceDan Allen
2023-04-15backport fix for #4429 add support for Haml 6 to template converterDan Allen
2023-04-09change Block#content to return empty string instead of nil if raw or verbatim...Dan Allen
2023-04-04state in API docs that code should first check if extensions are registered b...Dan Allen
2023-04-02Clarify in docs that source_location is not tracked by default (PR #4416)Shahbaz Youssefi
2023-02-21resolves #4390 fix call order so use of an include file with invalid encoding...Dan Allen
2022-10-15release 2.0.18v2.0.18Dan Allen
2022-10-14add include role to link/URL macro that replaces include directive when inclu...Dan Allen
2022-10-09remove gem version patch and set version to 2.0.18.preDan Allen
2022-09-24backport fix for #4357 change internal uriish? to only detect a URI pattern a...Dan Allen
2022-09-24lowercase first letter in message for unknown content model to maintain consi...Dan Allen
2022-09-10backport fix for #4351 force encoding of attribute data passed via CLI to UTF...Dan Allen
2022-07-09fix Asciidoctor::Cli::Invoker constructor when first argument is a hashDan Allen
2022-07-09prevent highlight.js warning when no language is set on source blockDan Allen
2022-07-05fix lineno on reader when skip-front-matter attribute is set but end of front...Dan Allen
2022-06-08resolves #4297 propagate :to_dir option to document of AsciiDoc table cell (P...Dan Allen
2022-04-04resolves #4270 don't raise error if Asciidoctor::Extensions.unregister is cal...Dan Allen
2022-02-28if path is included both partially and fully, store it with true value (inclu...Dan Allen
2022-02-17format source location in exception message when extension code is malformedDan Allen
2022-02-17resolves #4256 reset registry if activate is called on it againDan Allen
2022-01-08document that extension can promote paragraph to compound block and add testDan Allen
2022-01-08remove outdated commentDan Allen
2022-01-05Begin development on next version [skip ci]Dan Allen
2022-01-05Release 2.0.17v2.0.17Dan Allen
2022-01-05resolves #4230 don't warn if a negated tag is not found in include file (PR #...Dan Allen
2022-01-04document that the parser parses the lines of a compound block returned by the...Dan Allen
2022-01-03use keep_if instead of select when subject is dynamicDan Allen
2022-01-02Hide autoload converter/template from Opal (PR #4205)Guillaume Grossetie
2022-01-02change "show the backtrace" to "show backtrace" in CLI hintDan Allen