summaryrefslogtreecommitdiff
path: root/docs/modules/extensions
AgeCommit message (Collapse)Author
2024-05-22resolves #4594 remove argument from extension registration block in docsDan Allen
2024-02-22fix typo on preprocessor page; add note about using it as an event listenerDan Allen
2023-11-19document that the logger can be accessed by calling Document#loggerDan Allen
2023-05-29remove explicit source style in docs when not neededDan Allen
2023-05-17fix cases when source style is missing on literal block in docsDan Allen
2023-04-30correctly access reader from document object in extensionDan Allen
2023-04-29use the term gem instead of RubyGem to refer to a gem; reword the ↵Dan Allen
installation overview
2023-04-24document how to log from an extensionDan Allen
2023-04-02fix broken attribute reference in docsDan Allen
2023-04-02use attribute reference to create URL for API docsDan Allen
2023-04-02revise documentation for Preprocessor and TreeProcessor extensionsDan Allen
2023-04-02document Preprocessor and TreeProcessor more thoroughly (PR #4415)Shahbaz Youssefi
2022-09-16remove redundant require statements in extension examplesDan Allen
2022-09-16update inline macro example to return an Inline object and support different ↵Dan Allen
backends
2022-08-22proofread documentation (PR #4336)Guillaume Grossetie
2022-07-20add more detail for how to apply substitutions to inline text in an extensionDan Allen
2021-10-18fix URLs in docsDan Allen
- replace default branch with HEAD where possible (or drop reference, if possible) - use readme anchor to link to README for project on GitHub - use jsdelivr to reference file from repository on GitHub - remove unused badges in README files - make badge for chat consistent across README files
2021-08-16update code for Tree Processor exampleDan Allen
- use find_by to locate literal blocks - fixes problem when document contains description lists
2021-08-03resolves #4012 use man page and manpage terminology consistently in docs (PR ↵Dan Allen
#4121) - use "manpage" when referring to backend or doctype value - use "man page" in all other cases - improve description of warnings that pertain to manpage doctype - revise documentation for manpage backend
2021-04-23document how to apply substitutions to the text of a node returned by an ↵Dan Allen
inline macro extension [skip ci]
2020-12-08use Ruby 2 hash syntax in examplesDan Allen
2020-12-08switch fenced code blocks to AsciiDoc source blocks and always set languageDan Allen
2020-12-08rearchitect modules and filenames and drop asciidoctor folder under docsSarah White