summaryrefslogtreecommitdiff
path: root/lib/asciidoctor
AgeCommit message (Collapse)Author
2023-08-04fix warning when checking for table cellDan Allen
2023-06-28resolves #2434 honor table caption end placement when unbreakable (or ↵Dan Allen
breakable) option is set on table (PR #2435)
2023-06-28resolves #2433 correctly align block image in raster format in column when ↵Dan Allen
align is right or center (PR #2436)
2023-06-27consolidate calculation of left position in convert_imageDan Allen
2023-06-24resolves #2428 prevent inline image from being scaled down in normal table ↵Dan Allen
cell; support fit=none attribute on inline image (PR #2432)
2023-06-24reuse width and height of bounds when creating text box for text table cellDan Allen
2023-06-22resolves #2430 remove null character enclosed by XML tag when sanitizing ↵Dan Allen
text (PR #2431)
2023-05-10alias File.exists? to File.exist? when loading RGhost optimizer to patch ↵Dan Allen
incompatibility when using Ruby 3.2
2023-04-19remove redundant base qualifier on constants used at top levelDan Allen
2023-04-19remove redundant escape in regexDan 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-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
- drop 0 is faster than dup for Array
2023-04-10add workaround for JRuby on Windows when value of imagesdir attribute is ↵Dan Allen
absolute and contains non-ASCII characters
2023-04-10don't crash if source block with custom subs is empty and source highlighter ↵Dan Allen
is enabled
2023-04-06don't attempt to further resolve logo image from theme if it's already an ↵Dan Allen
absolute path
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-03-31remove deprecated, undocumented svg-font-family theme keyDan Allen
2023-03-29resolves #2398 use first recto page after toc when media is prepress and ↵Dan Allen
page numbering or running content start-at value is after-toc (PR #2413)
2023-03-29resolves #2410 catalog all footnotes found inside AsciiDoc table cells (PR ↵Dan Allen
#2411)
2023-03-27related to #2379 honor theme settings for caption on table with breakable or ↵Dan Allen
unbreakable option
2023-03-27resolves #2379 restore bottom margin on table with breakable or unbreakable ↵Dan Allen
option
2023-03-27resolves #2368 do not drop section that follows empty index (PR #2414)Dan Allen
2023-03-12resolves #2402 add callout-list-marker-font-color theme key to control color ↵Dan Allen
of conum marker in callout list (PR #2403)
2023-03-11fix warning in class for AsciiDoc table cellDan Allen
2023-02-12resolves #2390 prevent special character substitution from interfering with ↵Dan Allen
callouts in plain verbatim block (PR #2391)
2022-12-07resolves #2373 correctly map all icons from FontAwesome 4 (PR #2374)Dan Allen
2022-11-14qualify reference to AttributeList classDan Allen
2022-10-30switch from EOS to END as heredoc delimiterDan Allen
2022-10-29resolves #2362 allow revision content to be customized by theme (PR #2366)Dan Allen
2022-10-28resolves #2361 resolve attribute references in target of image in running ↵Dan Allen
content (PR #2365)
2022-10-27resolves #2363 replace use of AbstractBlock#role= method to ensure ↵Dan Allen
compatbility with Asciidoctor 2.0.10 (PR #2364)
2022-10-25resolves #2358 support horizontal alignment on AsciiDoc table cell that only ↵Dan Allen
contains paragraphs (PR #2359)
2022-10-24enable GuardClause lint rule for method bodies >= 15 lines and reformat codeDan Allen
2022-10-22use more idiomatic while loop when evaluating math in theme dataDan Allen
2022-10-22port fix for #2354 fix crash if last fragment in TOC entry is not renderedDan Allen
2022-10-22fix regression that prevented trailing hard break from being removedDan Allen
2022-10-20remove gem version patch script and update release scriptDan Allen
2022-10-18port fix for #2355 pass -dNEWPDF=false to Ghostscript when optimizing PDF so ↵Dan Allen
it does not break internal references
2022-09-28resolves #2347 add support for passing a color mode to the default optimizer ↵Dan Allen
(PR #2348)
2022-09-25treat empty background image as none instead of raising a file read errorDan Allen