summaryrefslogtreecommitdiff
path: root/docs/modules/extensions
AgeCommit message (Expand)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 installatio...Dan Allen
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
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
2021-08-16update code for Tree Processor exampleDan Allen
2021-08-03resolves #4012 use man page and manpage terminology consistently in docs (PR ...Dan Allen
2021-04-23document how to apply substitutions to the text of a node returned by an inli...Dan Allen
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