summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2023-05-06resolves #4448 apply reftext substitutions to value of mantitle attribute in ...Dan Allen
2023-05-06resolves #4450 consistently produce partintro as a compound open block (PR #4...Dan Allen
2023-04-30resolves #3929 treat uri:classloader: as absolute path prefix when running on...Dan Allen
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 outp...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-22resolves #4268 implicitly attach nested list that starts with block attribute...Dan Allen
2023-04-22resolves #4437 support notitle option on section as preferred alternative to ...Dan Allen
2023-04-18resolves #4402 don't uppercase monospace span in section title in manpage out...Dan Allen
2023-04-18resolves #4393 avoid matching numeric character references when searching for...孙茂胤 (Sun, Maoyin)
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 verbatim...Dan Allen
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 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-22resolves #4368 redo loop rather than using recursion to locate next line to p...Dan Allen
2022-10-14add include role to link/URL macro that replaces include directive when inclu...Dan Allen
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
2022-09-23lowercase first letter in message for unknown content model to maintain consi...Dan Allen
2022-09-10resolves #4351 force encoding of attribute data passed via CLI to UTF-8 if tr...Dan Allen
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
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-05resolves #4300 add support for TOML front matter to skip-front-matter attribu...Abhinav Gupta
2022-07-05resolves #4306 disallow the use of the left square bracket in an attribute li...Dan Allen
2022-07-05fix lineno on reader when skip-front-matter attribute is set but end of front...Dan Allen
2022-06-28read sourcemap option from Options constructorDan Allen
2022-06-08resolves #4297 propagate :to_dir option to document of AsciiDoc table cell (P...Dan Allen
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 on...Dan Allen
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 call...Dan Allen
2022-02-28if path is included both partially and fully, store it with true value (inclu...Dan Allen
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 arg...Dan Allen
2022-01-16resolves #3313 set linenums option on source block when line numbering is ena...Dan Allen