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
/
toc_spec.rb
Age
Commit message (
Expand
)
Author
2022-10-30
switch from EOS to END as heredoc delimiter
Dan Allen
2022-10-22
port fix for #2354 fix crash if last fragment in TOC entry is not rendered
Dan Allen
2022-08-30
remove debug flag from test suite
Dan Allen
2022-08-30
don't include children of section with empty title in TOC
Dan Allen
2022-07-19
remove use of build_pdf_theme except where needed
Dan Allen
2022-06-21
resolves #1768 allow theme to control page break after automatic TOC in artic...
Dan Allen
2022-06-15
use get_entries_for_toc to determine if the TOC is non-empty rather than Docu...
Dan Allen
2022-06-15
verify toc is not inserted at default location if document has no sections
Dan Allen
2022-05-26
resolves #2210 do not filter TOC entries without an ID when computing TOC ext...
Dan Allen
2022-05-25
resolves #2208 fix calculation of TOC extent when entries have children but n...
Dan Allen
2022-05-07
fix formatting of source code in toc test
Dan Allen
2022-05-03
resolves #2128 make allocate_toc method reusable (PR #2129)
Dan Allen
2022-05-02
resolves #2097 allow extended converter to insert or filter toc entries by ov...
Dan Allen
2022-04-30
change inscribe_ method prefix in converter to ink_ (PR #2113)
Dan Allen
2022-04-29
should allow inscribe_toc method in extended converter to insert page above T...
Dan Allen
2022-04-28
resolves #2095 separate align and text-align keys in theme schema and update ...
Dan Allen
2022-04-18
don't crash if theme does not define toc_indent key
Dan Allen
2022-04-17
resolves #1988 respect nonfacing option on first block in document (PR #2046)
Dan Allen
2022-04-13
add tests for toc_margin_top key in theme
Dan Allen
2022-04-05
resolves #2003 compute extent of content in scratch document to arrange conte...
Dan Allen
2022-03-12
fix typo in test description [skip ci]
Dan Allen
2021-02-25
don't crash when generating TOC if section title is empty
Dan Allen
2020-11-27
add toc-title-align theme key to test case
Dan Allen
2020-10-17
fix lint violation
Dan Allen
2020-10-17
verify fallback value is used to align toc title if not set in theme
Dan Allen
2020-09-29
upgrade rubocop and update code to honor new rules
Dan Allen
2020-09-22
only insert macro toc at location of first toc macro
Dan Allen
2020-08-31
add missing test case for facing toc in prepress book
Dan Allen
2020-08-30
fix assertion
Dan Allen
2020-08-30
allow theme to control font size of dot leader in TOC
Dan Allen
2020-08-25
consistently use "be" matcher to assert page number
Dan Allen
2020-08-19
resolves #1752 render image at end of section title in corresponding toc entr...
Dan Allen
2020-07-14
verify theme can configure font style of dot leader in toc
Dan Allen
2020-07-14
use and enforce a consistent style for comment annotations
Dan Allen
2020-07-11
verify that no dots are added in TOC entry if number resolves to < 0
Dan Allen
2020-07-06
add test to verify text decoration can be set per heading level in toc
Dan Allen
2020-07-03
add support for preamble toc placement
Dan Allen
2020-07-03
verify toc is not inserted at macro if only toc-placement attribute is set
Dan Allen
2020-06-27
verify toc macro is skipped if value of toc attribute is macro
Dan Allen
2020-06-20
verify toc is not moved to recto page of prepress book when nonfacing option ...
Dan Allen
2020-06-20
verify macro toc starts on recto page of book when media is prepress
Dan Allen
2020-06-20
verify new page isn't started for macro toc if already at top of page
Dan Allen
2020-06-13
fix assertion
Dan Allen
2020-06-13
verify font color of dot leader is inherited if not specified
Dan Allen
2020-06-12
verify manual toc is not inserted if document has no sections
Dan Allen
2020-05-18
add test for enabling toc dot leader per section level
Dan Allen
2020-05-16
verify theme can enable toc dot leader for specific section level
Dan Allen
2020-05-16
verify toc dot leader can be disabled by setting level to none
Dan Allen
2020-05-16
verify toc dot leader can be disabled by setting content to empty string
Dan Allen
2020-05-16
assert behavior when toclevels is less than 0
Dan Allen
[next]