summaryrefslogtreecommitdiff
path: root/docs/modules
AgeCommit message (Collapse)Author
2021-07-29use consistent style for section titles in docs module for syntax highlightingDan Allen
2021-07-29rename syntax-highlighter-prism.rb to prism-syntax-highlighter.rbDan Allen
2021-07-29document how to extend a built-in syntax highlighter adapterDan Allen
2021-07-25Fix syntax error in default stylesheet page; make steps for extending ↵Dan Allen
default stylesheet clearer [skip ci]
2021-07-25explain how to obtain a copy of the default stylesheet [skip ci]Dan Allen
- explain several ways to obtain a copy of the default stylesheet - make minor revisions / rewording to default stylesheet page
2021-07-20fix broken xref on API index page in docs [skip ci]Dan Allen
2021-07-20rewrite the intro page for the API [skip ci]Dan Allen
2021-07-20rename ruby-short attribute in docs to ruby-version [skip ci]Dan Allen
2021-07-19clarify wording on CLI docs page [skip ci]Dan Allen
2021-07-19show in the docs that asciidoctor -v also reports info about the runtime ↵Dan Allen
environment [skip ci]
2021-07-19document on the CLI intro page how to generate the man page for the ↵Dan Allen
asciidoctor command [skip ci]
2021-07-06add symlink to source of man page in docs to eliminate duplication of ↵Dan Allen
content [skip ci]
2021-07-06minor rewording on API page [skip ci]Dan Allen
2021-07-06add more prominent link to Ruby API for Asciidoctor; update links to ↵Dan Allen
AsciidoctorJ and Asciidoctor.js on API page [skip ci]
2021-07-06document how to convert a man page to PostScript and PDF using the man ↵Dan Allen
command [skip ci]
2021-06-26list the languages into which the built-in languages have been translated ↵Dan Allen
[skip ci]
2021-06-21use the -e flag in place of the -s flag in the documentation (related to ↵Dan Allen
#1444) [skip ci]
2021-06-21update the documentation for the -e flag in the man page and CLI ↵Dan Allen
documentation (follow-up to #1444) [skip ci]
2021-06-13Remove 'simply' in docs (PR #4085) [skip ci]Guillaume Grossetie
2021-06-05Add missing shared-header keyword to docinfo.adoc (PR #4074)gemmaro
2021-05-18extend the description of the IntelliJ plugin (PR #4061) [skip ci]Alexander Schwartz
2021-05-12document how to restore substitutions on passthrough blocks when migrating ↵Dan Allen
from AsciiDoc.py [skip ci]
2021-05-09resolves #4052: fix some your/you're usage (PR #4053)Jason Hood
2021-05-03be more clear about how to set the rouge style and provide an example [skip ci]Dan Allen
2021-04-27add entry for 2.0.15 release to what's new pageDan Allen
2021-04-23document how to apply substitutions to the text of a node returned by an ↵Dan Allen
inline macro extension [skip ci]
2021-04-19add note to release notes about using attribute references in a document ↵Dan Allen
title [skip ci]
2021-04-19add entry for 2.0.14 release to what's new page in docs [skip ci]Dan Allen
2021-04-11fix typo on what's new page [skip ci]Dan Allen
2021-04-10add section to What's New page for Asciidoctor 2.0.13 [skip ci] (PR #4005)Sarah White
2021-04-10Add documentation for docinfo header (PR #3954)Mark Rotteveel
2021-04-09carry edits to README over to docsDan Allen
2021-04-08resolves #3994 fix instructions for Confluence XHTML migration (PR #3995)Julio Gómez Díaz
2021-04-07update What's New page for Asciidoctor 2.0.12 (#3998)Sarah White
2021-03-24resolves #3969 add support for using pygments.rb 2.x when ↵Marat Radchenko
source-highlighter=pygments * allow pygments.rb 2.x to be used as alternative to pygments.rb 1.x and document this support * use a single regular expression to rewrite the lineno spans independent of Pygments version * run tests against pygments.rb 2.x in addition to pygments.rb 1.x * update docs about Pygments timeout to be clear it only applies to pygments.rb 1.x * update test description that checks for lineno spans
2021-03-23in the docs, cite section anchors as another feature that relies on the ↵Dan Allen
stylesheet [skip ci]
2021-03-23revise note in docs about replacing the default stylesheet [skip ci]Dan Allen
2021-03-22Apply minor typo and flow change to default stylesheet docs (PR #3977) [skip ci]Chris Perrault
2021-02-28[docs] on MS Word migration page, add a pandoc command using docker and ↵Diego Carrasco Gubernatis
update command (PR #3956)
2021-02-05Document the header_only option (PR #3934) [skip ci]Guillaume Grossetie
2021-01-21minor improvements to docs features page (PR #3917) [skip ci]Younes-L
2021-01-15Fix duplicated words (PR #3912)Guillaume Grossetie
2021-01-15Fix capitalization in the documentation (PR #3913) [skip ci]Guillaume Grossetie
2021-01-14replace the term "extended converter" with "add-on converter" in docs [skip ci]Dan Allen
2021-01-13switch links to Asciidoctor Diagram to intrasite references [skip ci]Dan Allen
2021-01-02Correct extension registry errors in options.adoc (PR #3902)djencks
2020-12-30minor corrections to docs start page [skip ci]Dan Allen
2020-12-30fix grammar [skip ci]Dan Allen
2020-12-29fix Debian package names for rouge and coderay [skip ci]Dan Allen
2020-12-24minor revisions to docs [skip ci]Dan Allen