summaryrefslogtreecommitdiff
path: root/spec/section_spec.rb
AgeCommit message (Collapse)Author
2022-05-15don't add entry to TOC for notitle section if no content follows itDan Allen
2022-05-11update extended converter that avoids a page break after a heading and use ↵Dan Allen
it in the test case
2022-05-10resolves #2151 add support for orphan avoidance to discrete headings (PR #2153)Dan Allen
2022-04-30resolves #434 add support for defining border and padding per heading level ↵Dan Allen
in theme (PR #2098)
2022-04-28resolves #2095 separate align and text-align keys in theme schema and update ↵Dan Allen
docs (PR #2096)
2022-04-28resolves #1786 allow entry for preface to be added to TOC without adding ↵Dan Allen
title to body (PR #2094)
2022-04-27allow the title of any section to be hidden using the notitle optionDan Allen
2022-04-27change name of untitled option on special section to notitleDan Allen
2022-04-27delete dests on page before deleting itDan Allen
2022-04-25resolves #2075 keep section title with first block of content is breakable ↵Dan Allen
option is set on section (PR #2076)
2022-04-06resolves #2023 extract arrange_section method to compute whether section ↵Dan Allen
title should be advanced to next page (PR #2024)
2022-03-13replace tabs with spaces in test fixture stringsDan Allen
2022-03-05add helper to retrieve metadata for destinationDan Allen
2022-01-19resolves #1990 handle uppercase characters in character references (PR #1991)Dan White
2021-11-05allow title of special section to be hidden by setting untitled option on ↵Dan Allen
section
2021-01-19fix order of font kerning tests in section contextDan Allen
2021-01-19verify theme can set font kerning per heading levelDan Allen
2021-01-19verify theme can disable font kerning for headingsDan Allen
2021-01-19split out tests that verify them can set font family for headings and per ↵Dan Allen
heading level
2021-01-18improve test for setting font family for headings and per heading levelDan Allen
2021-01-18verify theme can set font family per heading levelDan Allen
2020-11-29test font style can be set per heading levelDan Allen
2020-11-18move floating title (aka discrete heading) tests to dedicated fileDan Allen
2020-10-21verify theme can set line height for heading per section levelDan Allen
2020-09-14verify different top/bottom margin can be set per heading levelDan Allen
2020-09-01resolves #1761 drop support for chapter-label and document chapter-signifier ↵Dan Allen
instead [skip ci]
2020-08-25consistently use "be" matcher to assert page numberDan Allen
2020-08-14verify theme can set different top of page margin for a given heading level ↵Dan Allen
(e.g., part)
2020-08-13verify theme can set alignment per section levelDan Allen
2020-08-01verify level-0 special section is treated as chapter in multipart bookDan Allen
2020-07-31verify section titles in article are numbered when sectnums attribute is setDan Allen
2020-07-14use and enforce a consistent style for comment annotationsDan Allen
2020-07-06add test to verify text decoration can be set per heading levelDan Allen
2020-06-17verify heading_align theme key controls alignment of section titlesDan Allen
2020-05-22add dest tests when sectids attribute is unsetDan Allen
2020-04-07add tests for ID on section titles and discrete headingsDan Allen
2020-04-01move abstract tests to separate fileDan Allen
2020-03-14resolves #1604 configure headings to inherit font style from theme (PR #1606)Dan Allen
2020-03-01rewrite lines method in text inspector to insert space between separate text ↵Dan Allen
elements
2020-02-20resolves #1563 fix crash if btn or kbd macro is used in section title (PR #1564)Dan Allen
2020-02-20add test to verify menu macro can be used in section titleDan Allen
2020-02-12resolves #1552 drop support for versions of Asciidoctor < 2 (PR #1553)Dan Allen
2019-12-30resolves #623 partition section title (title and subtitle) (PR #1451)Dan Allen
- set separator globally using `title-separator` document attribute - override separator per section title using `separator` block attribute
2019-12-27simplify find_text calls in test suite [skip ci]Dan Allen
2019-12-20allow text alignment roles to be used to control alignment of discrete headingDan Allen
2019-12-12add test for abstract defined as special sectionDan Allen
2019-12-04fix test failures in JRubyDan Allen
2019-12-03add and customize dedicated linter rules for rspecDan Allen
2019-12-03enforce magic comment for frozen string literalDan Allen
2019-12-02fix lint errors in test suiteDan Allen