summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-04-27resolves #2947 add single and double role hint to <quote> tag in DocBook outp...Dan Allen
2023-04-26catalog inline ref defined using anchor macro even when resolved reftext is e...Dan Allen
2023-04-26add test to verify parser correctly handles shorthand inline ref when resolve...Dan Allen
2023-04-26combine condition with next keyword for clarity when cataloging inline anchorsDan Allen
2023-04-25slightly simplify implicit link processing by separating implicit and explici...Dan Allen
2023-04-25don't swallow square brackets when processing escaped URL macroDan Allen
2023-04-24document the find_by method on blocksDan Allen
2023-04-24update list of supported Ruby versions in READMEDan Allen
2023-04-24document how to log from an extensionDan Allen
2023-04-24fix release-version attribute in docs descriptorDan Allen
2023-04-23minor optimization to avoid calls to regex in list parsing if precondition is...Dan Allen
2023-04-22resolves #4268 implicitly attach nested list that starts with block attribute...Dan Allen
2023-04-22resolves #4437 support notitle option on section as preferred alternative to ...Dan Allen
2023-04-21lock pygments.rb version to 2.3.x until test assertions are updatedDan Allen
2023-04-19add issue reference for #3642 to CHANGELOGDan Allen
2023-04-18resolves #4402 don't uppercase monospace span in section title in manpage out...Dan Allen
2023-04-18revise CHANGELOG entries [no ci]Dan Allen
2023-04-18reclassify CHANGELOG entry for #4393 [no ci]Dan Allen
2023-04-18resolves #4393 avoid matching numeric character references when searching for...孙茂胤 (Sun, Maoyin)
2023-04-18adjust font size of term in horizontal dlist to match font size of term in re...Dan Allen
2023-04-17update description for CHANGELOG entry for #4401 [no ci]Dan Allen
2023-04-17resolves #4401 manify alt text of block image in manpage output (PR #4436)Dan Allen
2023-04-16upgrade JRuby in CI workflowDan Allen
2023-04-16remove outdated nokogiri optimization in CIDan Allen
2023-04-16don't allow target of include directive to start or end with a spaceDan Allen
2023-04-15resolves #4425 don't split value of -r CLI option (PR #4432)Dan Allen
2023-04-09reorder statements in issue templateDan Allen
2023-04-09be more clear in issue template that you must have fulfilled the prerequisite...Dan Allen
2023-04-09change Block#content to return empty string instead of nil if raw or verbatim...Dan Allen
2023-04-08resolves #4429 add support for Haml 6 to template converter (PR #4431)Dan Allen
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 b...Dan 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-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-16add Slovenian locale (PR #4418)Peter Kokot
2023-03-13clarify that inline anchors in paragraphs and list items are cataloged during...Dan Allen
2023-02-21upgrade Nokogiri where possibleDan Allen
2023-02-21add test to assert behavior when Document#register is called with ref that is...Dan Allen
2023-02-21resolves #4406 fix test assertion for fallback Rouge stylesheet to be compati...Todd Zullinger
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 encoding...Dan Allen
2023-02-15add mapping for obsolete docinfo1 and docinfo2 document attributes to AsciiDo...Dan Allen
2023-02-13fix link to Homebrew formulae in release notes template [skip ci]Dan Allen