summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2022-01-14be consistent about how options are set internallyDan Allen
2022-01-12resolves #3220 alias Inline#content to Inline#text so Inline node quacks like...Dan Allen
2022-01-08document that extension can promote paragraph to compound block and add testDan Allen
2022-01-08remove outdated commentDan Allen
2022-01-03document 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-03resolves #4230 don't warn if a negated tag is not found in include file (PR #...Dan 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
2022-01-01handle return value of process method for block and block macro extension pro...Dan Allen
2021-12-28drop outdated patch for open-uri-cached (PR #4229)Dan Allen
2021-12-27resolves #4227 fix open-uri-cached integration on Ruby 3.1 (PR #4228)Dan Allen
2021-12-24change "for backtrack" to "to show the backtrace"Dan Allen
2021-12-23Fix typos and misspellings in docs and code (PR #4222)Kian Meng, Ang
2021-11-18resolves #4206 process author or authors document attribute in document heade...Dan Allen
2021-11-13use dup instead of super({}) in monkeypatch for Hash#mergeDan Allen
2021-11-13add flag to suppress retrieving metadata from parse_header_metadata; include ...Dan Allen
2021-11-13use separate variable for implicit author metadata to make code more clearDan Allen
2021-11-12simplify processing of author metadataDan Allen
2021-11-12verify authors attribute is only parsed if different from computed value of i...Dan Allen
2021-11-10resolves #3656 add support for link=self to image macros (PR #4200)Dan Allen
2021-11-10add tests for rotate and flip attributes on font-based icon macro; make attri...Dan Allen
2021-11-10rewrite convert handler for inline image to make it more clear and efficientDan Allen
2021-11-10simplify logic branches for converting different image types and modesDan Allen
2021-11-09use numeric character reference for closing square bracket around alt text of...Dan Allen
2021-11-08drop unnecessary brackets in converterDan Allen
2021-11-01clarify relationship between -v and --log-level CLI options in help textDan Allen
2021-11-01resolves #3868 add --log-level option to CLI to control log level (PR #4198)Dan Allen
2021-10-30allow --failure-level option to be set to default value, FATAL, and update de...Dan Allen
2021-10-29update the apidoc for the Document#write method [skip ci]Dan Allen
2021-10-28resolves #4101 add support for role on thematic break to HTML converter (PR #...Dan Allen