summaryrefslogtreecommitdiff
path: root/docs/modules/convert/pages/custom.adoc
AgeCommit message (Collapse)Author
2024-02-07use ruby instead of rb as language on Ruby source blockDan Allen
2022-10-08add tip about reference converters to custom converters pageDan Allen
2022-07-07fix missing period in docsDan Allen
2022-06-12document how to write a custom converter that converts to text onlyDan Allen
2021-10-29update the apidoc for the Document#write method [skip ci]Dan Allen
- document the parameters of Document#write - document that Document#write ensures the output has a trailing newline when the target responds to write - add a note docs that explains when the processor ensures the output has a trailing newline
2021-10-18add links between custom converter and converter template pagesDan Allen
2021-09-21minor clarifications to docs for custom converterDan Allen
- define a node as a block or inline element - clarify relationship between context and node_name - show how to pass converter class using the :converter API option
2021-09-20fix location of asciidoctor command on custom converter pageDan Allen
2021-09-20move reference of built-in convertible contexts to separate pageDan Allen
2021-09-20split converters page and move to convert moduleDan Allen
2021-09-20resolves #4136 document how to create a custom converter (PR #4172)Dan Allen