summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
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-10-13resolves #4154 document how to uninstall the Asciidoctor gem (PR #4187)Dan Allen
2021-10-12clarify the behavior of the --pre option for gem installDan Allen
2021-10-12revise intro on Install page; provide clearer recommendations for which ↵Dan Allen
installation method to use
2021-10-09resolves #4175 document the syntax topic of the --help CLI option (PR #4181)Dan Allen
2021-10-09fix xref on CLI intro pageDan Allen
2021-10-09link to the man page for the asciidoctor command that is included in the docsDan Allen
2021-10-09use internal link to CLI and API from intro pageDan Allen
2021-09-28add missing file in documentationDan Allen
2021-09-28create a proper intro page for the API in the documentationDan Allen
- move the API basics to the convert-files.adoc pages
2021-09-25document how to make more elements addressable from CSS using id and role ↵Dan Allen
attributes
2021-09-25add note to AsciiDoc.py migration guide about differences in ID generationDan Allen
2021-09-23clarify description of Asciidoctor in docsDan Allen
2021-09-21fix reference to delimited blocks in docsDan 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-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
2021-09-20replace the term tag with element to refer to an element node in HTML or XMLDan Allen
2021-09-19fix link to API docs for SyntaxHighlighter classDan Allen
2021-09-13add link to source of default stylesheet; pull references to default ↵Dan Allen
stylesheet up as attributes
2021-09-01remove .1 from the URL of the asciidoctor man pageDan Allen
2021-09-01map reference to CLI Options to section in asciidoctor man pageDan Allen
2021-08-31resolves #4125 publish man page for asciidoctor(1) with docs (PR #4126)Dan Allen
2021-08-29show linenums as option instead of positional attribute in docsDan Allen
2021-08-16add one more summary clause on the difference between a converter and a backendDan Allen
2021-08-16document the distinction between a converter and a backendDan Allen
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-14rename url-rubygem attribute in docs to url-rubygemsDan Allen
2021-08-14update links to rubydoc.info to build on a shared attributeDan Allen
2021-08-14improve the docs for writing a custom syntax highlighter adapter; add links ↵Dan Allen
to apidocs
2021-08-06revise docs for installing Asciidoctor using Homebrew or MacPortsDan Allen
2021-08-06Add MacPorts Documentation (PR #4127)Haren S
2021-08-04update list of optional section titles in a man page; emphasize that they ↵Dan Allen
need not be in uppercase
2021-08-04update list of errors and warnings; revise descriptionsDan Allen
2021-08-04remove unused See Also column on errors and warnings pageDan Allen
2021-08-03switch default branch to 2.1.xDan Allen
2021-08-03import updates from 2.0.16 releaseDan Allen
2021-08-03add Asciidoctor 2.0.16 release to the What's New page (PR #4119)Sarah White
2021-08-03fortify the localization support page with some keywords and additional contextDan Allen
2021-08-03update supported platformsSarah White
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-08-03remove entry for unused attributeDan Allen
2021-08-03update description of backend option [skip ci]Dan Allen