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
/
docs
/
modules
/
extensions
/
pages
Age
Commit message (
Expand
)
Author
2024-05-22
resolves #4594 remove argument from extension registration block in docs
Dan Allen
2024-02-22
fix typo on preprocessor page; add note about using it as an event listener
Dan Allen
2023-11-19
document that the logger can be accessed by calling Document#logger
Dan Allen
2023-05-29
remove explicit source style in docs when not needed
Dan Allen
2023-05-17
fix cases when source style is missing on literal block in docs
Dan Allen
2023-04-30
correctly access reader from document object in extension
Dan Allen
2023-04-29
use the term gem instead of RubyGem to refer to a gem; reword the installatio...
Dan Allen
2023-04-24
document how to log from an extension
Dan Allen
2023-04-02
fix broken attribute reference in docs
Dan Allen
2023-04-02
use attribute reference to create URL for API docs
Dan Allen
2023-04-02
revise documentation for Preprocessor and TreeProcessor extensions
Dan Allen
2023-04-02
document Preprocessor and TreeProcessor more thoroughly (PR #4415)
Shahbaz Youssefi
2022-09-16
remove redundant require statements in extension examples
Dan Allen
2022-09-16
update inline macro example to return an Inline object and support different ...
Dan Allen
2022-08-22
proofread documentation (PR #4336)
Guillaume Grossetie
2022-07-20
add more detail for how to apply substitutions to inline text in an extension
Dan Allen
2021-10-18
fix URLs in docs
Dan Allen
2021-08-16
update code for Tree Processor example
Dan Allen
2021-08-03
resolves #4012 use man page and manpage terminology consistently in docs (PR ...
Dan Allen
2021-04-23
document how to apply substitutions to the text of a node returned by an inli...
Dan Allen
2020-12-08
use Ruby 2 hash syntax in examples
Dan Allen
2020-12-08
switch fenced code blocks to AsciiDoc source blocks and always set language
Dan Allen
2020-12-08
rearchitect modules and filenames and drop asciidoctor folder under docs
Sarah White