summaryrefslogtreecommitdiff
path: root/docs/modules/convert/pages
AgeCommit message (Collapse)Author
2024-03-30update the converter template tutorial so it doesn't leave out important stepsDan Allen
2024-02-07use ruby instead of rb as language on Ruby source blockDan Allen
2023-10-23add tip to docs for how to reference templates on classloader [skip ci]Dan Allen
2023-07-11remove trailing slash from URLDan Allen
2023-07-11Update URL for Slim in docs (PR #4469)Karl Dangerfield
2023-04-07fix incorrect word on Convertible Contexts page (PR #4428)bughou
2022-10-08add tip about reference converters to custom converters pageDan Allen
2022-08-22proofread documentation (PR #4336)Guillaume Grossetie
2022-07-07fix missing period in docsDan Allen
2022-06-12document how to write a custom converter that converts to text onlyDan Allen
2022-04-04change :templates_dir API option to :template_dirs (PR #4260)TJ Mazeika
2022-01-09cite example for remapping a backend to a different converter in the docsDan 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-23clarify the association between backend and converter and link to custom ↵Dan Allen
converter page [skip ci]
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-10-18add links between custom converter and converter template pagesDan Allen
2021-10-17add links from main converters page to page that lists available convertersDan Allen
2021-10-16document that converter templates can be shared with AsciidoctorJ, but not ↵Dan Allen
Asciidoctor.js, which has its own template converter
2021-10-16document how to specify multiple template directories when using converter ↵Dan Allen
templates
2021-10-15apply minor revisions and rephrasing to Converter Templates pageDan Allen
2021-10-15remap api:load-templates.adoc to convert:templates.adocDan Allen
2021-10-14resolves #3948 document how to use converter templates (PR #4180)Dan Allen
Code review and revisions provided by Tom Schraitle (@tomschr)
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-20remove "Built-in" from title for page of convertible contextsDan Allen
2021-09-20add missing 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