summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2023-05-07add "Use" at start of local font awesome page titleDan Allen
2023-05-01add system encoding section to system requirements page in docsDan Allen
2023-04-30resolves #3929 treat uri:classloader: as absolute path prefix when running on...Dan Allen
2023-04-30fix grammatical error 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 the find_by method on blocksDan Allen
2023-04-24document how to log from an extensionDan Allen
2023-04-24fix release-version attribute in docs descriptorDan Allen
2023-04-18resolves #4402 don't uppercase monospace span in section title in manpage out...Dan Allen
2023-04-07fix incorrect word on Convertible Contexts page (PR #4428)bughou
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
2023-04-02move tip to enable sourcemap from extension to dedicated sectionDan Allen
2023-04-02Clarify in docs that source_location is not tracked by default (PR #4416)Shahbaz Youssefi
2023-04-02update pandoc command to use asciidoctor target; disable native_divs extensionDan Allen
2023-04-02update pandoc command in convert.groovy (PR #4408)ioannisstavrakakis
2023-04-02clean up pandoc commands for converting from docx; use asciidoctor as target ...Dan Allen
2023-03-13clarify that inline anchors in paragraphs and list items are cataloged during...Dan Allen
2023-02-15add mapping for obsolete docinfo1 and docinfo2 document attributes to AsciiDo...Dan Allen
2022-10-25fix sentence structure on safe modes page (PR #4374)Alex Schroeder
2022-10-21remove nav entry for docinfo pageDan Allen
2022-10-21relocate docinfo page to AsciiDoc language guideDan Allen
2022-10-14fix current release-version attribute in docsDan Allen
2022-10-14use Ruby 3.1.2 in docsDan Allen
2022-10-14add docinfo example of defining license link tag in HTML headDan Allen
2022-10-12add point about RVM to warning about using gem installDan Allen
2022-10-12add important admonition about bundle exec in Bundler section of installation...Dan Allen
2022-10-12add warning to docs about not using gem install as root user unless in a cont...Dan Allen
2022-10-08add tip about reference converters to custom converters pageDan Allen
2022-10-06port fix for #4362 add notice that Atom is being sunsetSteve Goodman
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-24bump minimum required Ruby version to 2.5 (PR #4341)Dan Allen
2022-08-22proofread documentation (PR #4336)Guillaume Grossetie
2022-08-15doc: fix typo (PR #4332)Mo-Gul
2022-08-03update mathematical page to reflect macOS support (PR #4326)Harrison Chin
2022-07-29remove reference to jdocbook plugin exampleDan Allen
2022-07-27be more clear about what's included in the embedded outputDan Allen
2022-07-26resolves #4044 document how to use a local copy of Font AwesomeDan Allen
2022-07-25advise against mixing syntax highlighting and AsciiDoc text formattingDan Allen
2022-07-20add more detail for how to apply substitutions to inline text in an extensionDan Allen
2022-07-20add section that gives suggestions for how to convert from DocBook to PDFDan Allen
2022-07-14document how to turn off compat mode when using the setext-style document titleDan Allen
2022-07-14fix unescaped preprocessor conditional in example snippet on AsciiDoc.py migr...Dan Allen
2022-07-14remove excess indentation in example snippet on AsciiDoc.py migration pageDan Allen
2022-07-07document how to extract text from HTML using w3m or elinksDan Allen
2022-07-07fix missing period in docsDan Allen