summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-02-18remove wip from test description [no ci]Dan Allen
2024-02-07use ruby instead of rb as language on Ruby source blockDan Allen
2024-02-04rework the backend and converter sections for each of the built-in convertersDan Allen
2024-02-04add disclaimer about the use of Google Fonts in the output of the HTML converterDan Allen
2024-01-27add italic example to compat formatting tableDan Allen
2024-01-25document the logger API optionDan Allen
2024-01-15docs: add correct Fedora package url (PR #4536)Ondřej Pohořelský
2024-01-04add hint about pathway from doxygen to AsciiDoc by way of DocBookRx白一百
2024-01-04revise DocBook to AsciiDoc page; add headingDan Allen
2024-01-03update CHANGELOG entry [no ci]Dan Allen
2024-01-03resolves #4530 by underlining active footnote link (PR #4534)Lasse Collin
update default stylesheet to underline active footnote link in footnotes list
2023-12-15update the pandoc command in the options from the deprecated "asciidoctor" ↵samoorai
to "asciidoc" (PR #4526)
2023-12-06add list of debug messages to errors and warnings pageDan Allen
2023-12-02resolves #4523 remove extra border below doctitle when sidebar toc is ↵Dan Allen
collapsed into main content area (PR #4524)
2023-11-28resolves #3466 update stylesheet to use break-after in place of ↵Dan Allen
page-break-before/after/inside (PR #4495)
2023-11-26resolves #3652 honor secondary and tertiary terms on indexterm macro when ↵Dan Allen
primary term is quoted and contains = (PR #4511)
2023-11-26resolves #4490 style cells in head row as bold in manpage output (PR #4491)Dan Allen
2023-11-20resolves #4519 correct spelling of middle name of Edgar Allan Poe (PR #4520)ds26gte
2023-11-20add command to preview HTML in the terminalDan Allen
2023-11-20improve documentation for how to use man page converter; show example of ↵Dan Allen
converting a non-man page
2023-11-20document how to enable the catalog_assets option using an extensionDan Allen
2023-11-19document that the logger can be accessed by calling Document#loggerDan Allen
2023-11-13add missing CHANGELOG entry for #4493Dan Allen
2023-11-12add git asciidoc man page link to docs (PR #4518)Alexandre ZANNI
2023-11-06resolves #3535 nested dlist attached using list continuation should not ↵Dan Allen
consume detached paragraph (PR #4513)
2023-11-04refactor list item line reader so it's more clear when handling list ↵Dan Allen
continuation line
2023-11-02add reference to article about BundlerDan Allen
2023-11-01skip-front-matter is an attribute, not an optionDan Allen
2023-10-30prefer option over attribute to control end behavior of wistia video (loop ↵Dan Allen
or reset, mutually exclusive)
2023-10-30change example wistia video in testsDan Allen
2023-10-30resolves #4492 add Wistia support to the video macro (PR #4488)Nabil Maynard
2023-10-27fix lint error in default stylesheet sourceDan Allen
2023-10-27modify default stylesheet to honor text-* roles on quote blocksDan Allen
2023-10-23add tip to docs for how to reference templates on classloader [skip ci]Dan Allen
2023-10-23verify templates can be used from classloader when using JRubyDan Allen
2023-10-20fix misspelling in docsKjell Irgens
2023-10-19replace mogztter by ggrossetie in URLs (PR #4505)Guillaume Grossetie
2023-10-19fix broken google doc extention link (PR #4504)Tonis Piip
2023-10-12resolves #3526 return nil if name passed to ↵Dan Allen
Asciidoctor::SafeMode.value_for_name is not recognized (PR #4496)
2023-10-11fix option name for :parse_header_only (was :header_only, which is incorrect)Dan Allen
2023-10-11fix minor typo in favicon docs (PR #4502)VZ
2023-09-30consolidate super call in logger subclassesDan Allen
- assign level when calling super constructor
2023-09-30resolves #4493 support ruby3.3 Logger by properly initialize super class (PR ↵Mamoru TASAKA
#4494)
2023-09-27add bundle init command on installation page (PR #4485)D. Laing
2023-09-25put the word Ruby in the link to the Ruby APIDan Allen
2023-09-18minor style change in manpage converterDan Allen
2023-09-18fix assertions for table output in tests for manpage converterDan Allen
2023-09-18improve comment about support for colspan and rowspan in the manpage converterDan Allen
2023-09-18remove commented code and clarify comment about specifying columns for table ↵Dan Allen
in manpage converter
2023-09-18remove unnecessary reference material in table handler in manpage converterDan Allen