index
:
asciidoctor
2.0.20-charlotte
main
MSM's fork of Asciidoctor
Charlotte Koch
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
2022-07-24
resolves #4315 warn if include target is remote and allow-uri-read attribute ...
Dan Allen
2022-07-09
fix Asciidoctor::Cli::Invoker constructor when first argument is a hash
Dan Allen
2022-07-09
prevent highlight.js warning when no language is set on source block
Dan Allen
2022-07-05
resolves #4300 add support for TOML front matter to skip-front-matter attribu...
Abhinav Gupta
2022-07-05
resolves #4306 disallow the use of the left square bracket in an attribute li...
Dan Allen
2022-07-05
fix lineno on reader when skip-front-matter attribute is set but end of front...
Dan Allen
2022-06-28
read sourcemap option from Options constructor
Dan Allen
2022-06-08
resolves #4297 propagate :to_dir option to document of AsciiDoc table cell (P...
Dan Allen
2022-05-13
add API docs to the create_inline helper [no ci]
Dan Allen
2022-05-05
remove outdated comment in source code [no ci]
Dan Allen
2022-04-16
clarify in CLI help that the --attribute option may be specified more than on...
Dan Allen
2022-04-04
recommend :template_dirs option in API docs instead of :template_dir [skip ci]
Dan Allen
2022-03-20
resolves #420 don't raise error if Asciidoctor::Extensions.unregister is call...
Dan Allen
2022-02-28
if path is included both partially and fully, store it with true value (inclu...
Dan Allen
2022-02-21
replace uses of Array#length with Array#size (PR #4258)
Dan Allen
2022-02-17
format source location in exception message when extension code is malformed
Dan Allen
2022-02-15
resolves #4256 reset registry if activate is called on it again (PR #4257)
Dan Allen
2022-01-28
resolves #4250 enhance Logger constructor to honor positional and keyword arg...
Dan Allen
2022-01-16
resolves #3313 set linenums option on source block when line numbering is ena...
Dan Allen
2022-01-14
be consistent about how options are set internally
Dan Allen
2022-01-12
resolves #3220 alias Inline#content to Inline#text so Inline node quacks like...
Dan Allen
2022-01-08
document that extension can promote paragraph to compound block and add test
Dan Allen
2022-01-08
remove outdated comment
Dan Allen
2022-01-03
document that the parser parses the lines of a compound block returned by the...
Dan Allen
2022-01-03
use keep_if instead of select when subject is dynamic
Dan Allen
2022-01-03
resolves #4230 don't warn if a negated tag is not found in include file (PR #...
Dan Allen
2022-01-02
Hide autoload converter/template from Opal (PR #4205)
Guillaume Grossetie
2022-01-02
change "show the backtrace" to "show backtrace" in CLI hint
Dan Allen
2022-01-01
handle return value of process method for block and block macro extension pro...
Dan Allen
2021-12-28
drop outdated patch for open-uri-cached (PR #4229)
Dan Allen
2021-12-27
resolves #4227 fix open-uri-cached integration on Ruby 3.1 (PR #4228)
Dan Allen
2021-12-24
change "for backtrack" to "to show the backtrace"
Dan Allen
2021-12-23
Fix typos and misspellings in docs and code (PR #4222)
Kian Meng, Ang
2021-11-18
resolves #4206 process author or authors document attribute in document heade...
Dan Allen
2021-11-13
use dup instead of super({}) in monkeypatch for Hash#merge
Dan Allen
2021-11-13
add flag to suppress retrieving metadata from parse_header_metadata; include ...
Dan Allen
2021-11-13
use separate variable for implicit author metadata to make code more clear
Dan Allen
2021-11-12
simplify processing of author metadata
Dan Allen
2021-11-12
verify authors attribute is only parsed if different from computed value of i...
Dan Allen
2021-11-10
resolves #3656 add support for link=self to image macros (PR #4200)
Dan Allen
2021-11-10
add tests for rotate and flip attributes on font-based icon macro; make attri...
Dan Allen
2021-11-10
rewrite convert handler for inline image to make it more clear and efficient
Dan Allen
2021-11-10
simplify logic branches for converting different image types and modes
Dan Allen
2021-11-09
use numeric character reference for closing square bracket around alt text of...
Dan Allen
2021-11-08
drop unnecessary brackets in converter
Dan Allen
2021-11-01
clarify relationship between -v and --log-level CLI options in help text
Dan Allen
2021-11-01
resolves #3868 add --log-level option to CLI to control log level (PR #4198)
Dan Allen
2021-10-30
allow --failure-level option to be set to default value, FATAL, and update de...
Dan Allen
2021-10-29
update the apidoc for the Document#write method [skip ci]
Dan Allen
2021-10-28
resolves #4101 add support for role on thematic break to HTML converter (PR #...
Dan Allen
[next]