summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-04-19add section dedicated to hiding the page number in the running conntentDan Allen
2023-04-19upgrade RuboCop and configure new rulesDan Allen
2023-04-19remove redundant base qualifier on constants used at top levelDan Allen
2023-04-19remove redundant escape in regexDan Allen
2023-04-16import CHANGELOG section from 2.3.7 releaseDan Allen
2023-04-15document ffi-icu as optional dependencyDan Allen
2023-04-15document Asciidoctor Kroki as optional dependencyDan Allen
2023-04-15upgrade versions of integrated gems in CI workflowDan Allen
2023-04-15add notice to avoid rghost 0.9.8Dan Allen
2023-04-15remove outdated comment when processing image icon for admonition [no ci]Dan Allen
2023-04-14do not insert break opportunities into bare URL with nobreak roleDan Allen
2023-04-14add support for nowrap and nobreak roles on formatted textDan Allen
2023-04-14simplify attr computation when converting linkDan Allen
2023-04-13update role variable when adding bare to mailto linkDan Allen
2023-04-13remove redundant lookup of role when converting linkDan Allen
2023-04-13use prepend to patch Asciidoctor::Document and Asciidoctor::List classesDan Allen
2023-04-12add tip about how to keep section title with multiple ensuing blocksDan Allen
2023-04-12ensure scale value is duplicatedDan Allen
2023-04-12use prepend to patch Asciidoctor::Section classDan Allen
2023-04-12fix lint errorDan Allen
2023-04-12replace use of dup where possibleDan Allen
2023-04-11add extended converter to add wrap indicator to code blocksDan Allen
2023-04-11fix typo in CHANGELOGDan Allen
2023-04-10add workaround for JRuby on Windows when value of imagesdir attribute is abso...Dan Allen
2023-04-10add test for relative image target in directory that contains non-ASCII chara...Dan Allen
2023-04-10don't crash if source block with custom subs is empty and source highlighter ...Dan Allen
2023-04-09reorder statements in issue templateDan Allen
2023-04-09revise issue template to be even more clear about prerequisitesDan Allen
2023-04-09be more clear in issue template that you must have fulfilled the prerequisite...Dan Allen
2023-04-09refer to YAML as a data format instead of configuration formatDan Allen
2023-04-09fix references to files in repositoryDan Allen
2023-04-09clarify prerequisites section in documentationDan Allen
2023-04-09import CHANGELOG entry for 2.3.6 releaseDan Allen
2023-04-08heavily revise the Create a Theme page to be easier to follow; show example o...Dan Allen
2023-04-06don't attempt to further resolve logo image from theme if it's already an abs...Dan Allen
2023-04-05make URL check in patched File.absolute_path? more robustDan Allen
2023-04-05rework patch for File.absolute_path? on JRuby so it returns the correct responseDan Allen
2023-04-05test oldest supported JRuby (9.2) and newest supported JRuby (9.4)Dan Allen
2023-04-02provide more accurate details about how the theme and related attributes are ...Dan Allen
2023-03-31incorporate CHANGELOG entries from 2.3.5 releaseDan Allen
2023-03-31add additional tests and docs for loading themes from the classpathDan Allen
2023-03-31add test for additional key symbols in fallback fontDan Allen
2023-03-31add symbols for command, option, and retrun keys to the fallback fontDan Allen
2023-03-31remove deprecated, undocumented svg-font-family theme keyDan Allen
2023-03-30explain how to add support for admonition-<name> category on admonition theme...Liran Tal
2023-03-29reclassify CHANGELOG entry for #2398Dan Allen
2023-03-29resolves #2398 use first recto page after toc when media is prepress and page...Dan Allen
2023-03-29use single-quoted heredoc when possibleDan Allen
2023-03-29resolves #2410 catalog all footnotes found inside AsciiDoc table cells (PR #2...Dan Allen
2023-03-27related to #2379 honor theme settings for caption on table with breakable or ...Dan Allen