summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2023-05-06resolves #4448 apply reftext substitutions to value of mantitle attribute in ↵Dan Allen
DocBook output (PR #4449)
2023-05-06resolves #4450 consistently produce partintro as a compound open block (PR ↵Dan Allen
#4451)
2023-04-30resolves #3929 treat uri:classloader: as absolute path prefix when running ↵Dan Allen
on JRuby (PR #4444)
2023-04-28remove outdated workaround for JRuby 9.1Dan Allen
2023-04-27resolves #2947 add single and double role hint to <quote> tag in DocBook ↵Dan Allen
output (PR #4443)
2023-04-26catalog inline ref defined using anchor macro even when resolved reftext is ↵Dan Allen
empty
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 ↵Dan Allen
explicit match
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 ↵Dan Allen
is not true
2023-04-22resolves #4268 implicitly attach nested list that starts with block ↵Dan Allen
attribute lines to dlist entry (PR #4439)
2023-04-22resolves #4437 support notitle option on section as preferred alternative to ↵Dan Allen
untitled to hide title (PR #4440)
2023-04-18resolves #4402 don't uppercase monospace span in section title in manpage ↵Dan Allen
output (PR #4435)
2023-04-18resolves #4393 avoid matching numeric character references when searching ↵孙茂胤 (Sun, Maoyin)
for # in xref target (PR #4394)
2023-04-17resolves #4401 manify alt text of block image in manpage output (PR #4436)Dan Allen
2023-04-16don't allow target of include directive to start or end with a spaceDan Allen
2023-04-15resolves #4425 don't split value of -r CLI option (PR #4432)Dan Allen
2023-04-09change Block#content to return empty string instead of nil if raw or ↵Dan Allen
verbatim block has no lines * makes return value type consistent
2023-04-08resolves #4429 add support for Haml 6 to template converter (PR #4431)Dan Allen
2023-04-04state in API docs that code should first check if extensions are registered ↵Dan Allen
before looking one up [no ci]
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 ↵Dan Allen
encoding continues to raise error when using Ruby >= 3.2.0
2022-10-22resolves #4368 redo loop rather than using recursion to locate next line to ↵Dan Allen
process (PR #4372)
2022-10-14add include role to link/URL macro that replaces include directive when ↵Dan Allen
include is not enabled
2022-10-09remove gem version patch script and update release scriptDan Allen
2022-10-09remove unnecessary fallback value when resolving stylesdirDan Allen
2022-09-23use correct start of string matcher for URI detection when Ruby engine is OpalDan Allen
2022-09-23resolves #4357 change internal uriish? to only detect a URI pattern at start ↵Dan Allen
of string (GHSL-2022-084) (PR #4358)
2022-09-23lowercase first letter in message for unknown content model to maintain ↵Dan Allen
consistency
2022-09-10resolves #4351 force encoding of attribute data passed via CLI to UTF-8 if ↵Dan Allen
transcoding fails (PR #4354)
2022-09-04set version to 2.1.0-alpha.0 to indicate prerelease status [no ci]Dan Allen
2022-07-24resolves #4315 warn if include target is remote and allow-uri-read attribute ↵Dan Allen
is not set (PR #4316)
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
* don't call `highlightBlock` if `data-lang` attribute is absent
2022-07-05resolves #4300 add support for TOML front matter to skip-front-matter ↵Abhinav Gupta
attribute (PR #4301)
2022-07-05resolves #4306 disallow the use of the left square bracket in an attribute ↵Dan Allen
list on formatted text (PR #4307)
2022-07-05fix lineno on reader when skip-front-matter attribute is set but end of ↵Dan Allen
front matter is not found
2022-06-28read sourcemap option from Options constructorDan Allen
2022-06-08resolves #4297 propagate :to_dir option to document of AsciiDoc table cell ↵Dan Allen
(PR #4298)
2022-05-13add API docs to the create_inline helper [no ci]Dan Allen
2022-05-05remove outdated comment in source code [no ci]Dan Allen
2022-04-16clarify in CLI help that the --attribute option may be specified more than ↵Dan Allen
once [skip ci]
2022-04-04recommend :template_dirs option in API docs instead of :template_dir [skip ci]Dan Allen
2022-03-20resolves #420 don't raise error if Asciidoctor::Extensions.unregister is ↵Dan Allen
called before groups are initialized (PR #4271)
2022-02-28if path is included both partially and fully, store it with true value ↵Dan Allen
(included fully) in includes table of document catalog
2022-02-21replace uses of Array#length with Array#size (PR #4258)Dan Allen
2022-02-17format source location in exception message when extension code is malformedDan Allen
2022-02-15resolves #4256 reset registry if activate is called on it again (PR #4257)Dan Allen
2022-01-28resolves #4250 enhance Logger constructor to honor positional and keyword ↵Dan Allen
arguments (PR #4251)
2022-01-16resolves #3313 set linenums option on source block when line numbering is ↵Dan Allen
enabled (PR #3314)