summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-04-23lock pygments.rb version to 2.3.x until test assertions are updatedDan Allen
2023-04-23backport fix for #4268 implicitly attach nested list that starts with block ↵Dan Allen
attribute lines to dlist entry
2023-04-23backport fix for #4437 support notitle option on section as preferred ↵Dan Allen
alternative to untitled to hide title
2023-04-18backport fix for #4402 don't uppercase monospace span in section title in ↵Dan Allen
manpage output
2023-04-18backport fix for #4368 use while loop rather than recursion to locate next ↵Dan Allen
line to process
2023-04-18backport fix for #4393 avoid matching numeric character references when ↵孙茂胤 (Sun, Maoyin)
searching for # in xref target
2023-04-18adjust font size of term in horizontal dlist to match font size of term in ↵Dan Allen
regular dlist
2023-04-17backport fix for #4401 manify alt text of block image in manpage outputDan Allen
2023-04-16don't allow target of include directive to start or end with a spaceDan Allen
2023-04-15backport fix for #4429 add support for Haml 6 to template converterDan Allen
2023-04-09change Block#content to return empty string instead of nil if raw or ↵Dan Allen
verbatim block has no lines * makes return value type consistent
2023-04-07fix incorrect word on Convertible Contexts page (PR #4428)bughou
2023-04-04state in API docs that code should first check if extensions are registered ↵Dan Allen
before looking one up [no ci]
2023-04-04add workflow to trigger docs rebuild docs changeDan Allen
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-02clean up pandoc commands for converting from docx; use asciidoctor as target ↵Dan Allen
format
2023-04-02update pandoc command in convert.groovy (PR #4408)ioannisstavrakakis
2023-03-13clarify that inline anchors in paragraphs and list items are cataloged ↵Dan Allen
during initial parse; must be escaped with backslash
2023-02-21upgrade nokogiri where it can be upgradedDan Allen
2023-02-21upgrade CI workflow a version of TruffleRuby that is actually availableDan Allen
2023-02-21remove invalid CHANGELOG entry about change to Ruby version in CI workflowsDan Allen
2023-02-21backport fix for #4406 fix test assertion for fallback Rouge stylesheet to ↵Todd Zullinger
be compatible with Rouge 4.1 Co-authored-by: Dan Allen <dan.j.allen@gmail.com>
2023-02-21revert upgrade to Ruby 3.2 in CI workflow for this branch as test ↵Dan Allen
dependencies are not compatible
2023-02-21update latest Ruby to 3.2 in CI workflowsDan Allen
2023-02-21resolves #4390 fix call order so use of an include file with invalid ↵Dan Allen
encoding continues to raise error when using Ruby >= 3.2.0
2023-02-15add mapping for obsolete docinfo1 and docinfo2 document attributes to ↵Dan Allen
AsciiDoc.py migration guide
2023-02-13fix link to Homebrew formulae in release notes template [skip ci]Dan Allen
2022-12-02use correct selector to collapse margin on first and last child of sidebarDan Allen
2022-10-25fix sentence structure on safe modes page (PR #4374)Alex Schroeder
2022-10-24upgrade checkout action to v3Dan Allen
2022-10-21remove nav entry for docinfo pageDan Allen
2022-10-21relocate docinfo page to AsciiDoc language guideDan Allen
2022-10-20fix attribute references in CHANGELOGDan Allen
2022-10-20set permissions for GitHub actions in CI workflowDan Allen
2022-10-20update order of commands in release scriptDan Allen
2022-10-15use token when cloning repository so release script can push [no ci]Dan Allen
2022-10-15write release notes to pkg folder so it is ignored [skip ci]Dan Allen
2022-10-15prepare branch for development [no ci]Dan Allen
2022-10-15release 2.0.18v2.0.18Dan Allen
2022-10-15fix entry in CHANGELOGDan Allen
2022-10-14declare net-ftp as development dependency for Ruby >= 3.1.0Dan Allen
2022-10-14update test descriptions in reader testsDan Allen
2022-10-14add include role to link/URL macro that replaces include directive when ↵Dan Allen
include is not enabled
2022-10-14minor refinements to release script [skip ci]Dan Allen