index
:
asciidoctor-pdf
2.3.17-magentastripe
2.3.9-magentastripe
main
part-pictures
MSM's fork of Asciidoctor-PDF
Charlotte Koch
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
spec
/
table_spec.rb
Age
Commit message (
Expand
)
Author
2024-05-30
backport fix for #2520 duplicate attributes on table when wrapping table in b...
Dan Allen
2024-05-17
account for new error message logged by Asciidoctor > 2.0.22 when table row i...
Dan Allen
2024-01-22
backport fix for #2471 assign node to instance variable on table instance
Dan Allen
2023-06-28
backport fix for #2434 honor table caption end placement when unbreakable (or...
Dan Allen
2023-06-24
backport fix for #2428 prevent inline image from being scaled down in normal ...
Dan Allen
2023-03-29
revert uses of END to EOS for consistency
Dan Allen
2023-03-29
resolves #2410 catalog all footnotes found inside AsciiDoc table cells (PR #2...
Dan Allen
2023-03-27
related to #2379 honor theme settings for caption on table with breakable or ...
Dan Allen
2023-03-27
backport fix for #2379 restore bottom margin on table with breakable or unbre...
Dan Allen
2022-07-19
remove use of build_pdf_theme except where needed
Dan Allen
2022-07-15
don't coerce font size < 1 to relative font size; relative font size should b...
Dan Allen
2022-07-14
broaden support for relative font sizes in theme to more than just inline ele...
Dan Allen
2022-07-09
resolves #2276 don't allow font scale to compound when entering nested table ...
Dan Allen
2022-07-08
verify table cell truncation warning is not logged in scratch document
Dan Allen
2022-06-25
resolves #2261 include source location in warning message for truncated table...
Dan Allen
2022-06-25
assert file in addition to lineno in warning message for cannot fit error
Dan Allen
2022-05-22
resolves #403 advance table to next page if rowspan in first row does not fit...
Dan Allen
2022-05-22
resolves #1368 use specified column widths to avoid bugs in column width calc...
Dan Allen
2022-05-14
resolves #2163 rename theme suffix with-fallback-font to with-font-fallbacks;...
Dan Allen
2022-05-04
consolidate map/uniq when used together for assertions
Dan Allen
2022-05-02
resolves #2125 remap table-caption-side theme key to table-caption-end (PR #2...
Dan Allen
2022-05-02
remove debug flags in test suite
Dan Allen
2022-04-30
use sensible fallbacks for table border color and width (PR #2112)
Dan Allen
2022-04-30
resolves #2103 cap border corners on block when width is defined using array ...
Dan Allen
2022-04-26
verify color of bottom border on head row defaults to grid color
Dan Allen
2022-04-23
resolves #902 allow sides of table frame to be styled independently (PR #2067)
Dan Allen
2022-04-18
resolves #1796 rename literal category to codespan in theme (PR #2045)
Dan Allen
2022-04-17
add test to verify code span with relative size is scaled relative to size of...
Dan Allen
2022-04-17
confirm that counter is restored after computing height of AsciiDoc table cel...
Dan Allen
2022-04-17
update RuboCop and tweak configuration
Dan Allen
2022-04-17
use .any? in place of .find? where applicable
Dan Allen
2022-04-16
resolves #2032 allow theme to control line height for blocks using line-heigh...
Dan Allen
2022-04-14
resolves #1515 implement smart block bottom margins to prevent extra space be...
Dan Allen
2022-04-10
remove debug flag on test [skip ci]
Dan Allen
2022-04-06
resolves #2022 add support for unbreakable option on tables (PR #2025)
Dan Allen
2022-04-06
resolves #2009 log error and skip table instead of raising error if cell cont...
Dan Allen
2022-03-08
resolves #2007 prevent font scale from compounding for nested blocks in Ascii...
Dan Allen
2022-03-07
use prawn-table release (PR #2006)
Dan Allen
2022-03-06
account for top/bottom padding when computing height of AsciiDoc table cell (...
Dan Allen
2022-03-06
remove bottom padding when setting height for bounds of AsciiDoc table cell
Dan Allen
2022-03-06
verify no warning if content in table cell overflows page but doesn't add con...
Dan Allen
2022-03-06
only extend bounding box for AsciiDoc table cell to bottom of content area, n...
Dan Allen
2021-09-12
resolves #1965 fix alignment of list marker for list in AsciiDoc table cell (...
Dan Allen
2021-07-21
fix lint error in test suite
Dan Allen
2021-07-21
turn scenario reported in #1735 into a test case
Dan Allen
2021-06-16
enable additional code style rules; add reason when disabling rule; update co...
Dan Allen
2021-03-17
fix center vertical alignment of normal table cell
Dan Allen
2021-02-13
verify processor emits error message if AsciiDoc table cell exceeds height of...
Dan Allen
2021-02-13
fix lint error in test suite
Dan Allen
2021-02-13
verify converter does not log message for AsciiDoc cell that exceeds page hei...
Dan Allen
[next]