Commit 2e063f4
committed
Stop adding negative leveloffset for EPUB
asciidoctor-epub3 1.5.0-alpha-14 now handles whole book as a single document.
Negative leveloffset
1. Breaks appendix because appendix subsections are not allowed to be higher that level 3. When leveloffset is applied to them, they become level 2 and are no longer children of appendix and instead become standalone chapters
2. Transforms progit into a multi-part book instead of multi-chapter book, what is wrong
After removal of negative offset, epub is structurally equivalent to other formats.1 parent 0042bf2 commit 2e063f4
1 file changed
+0
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
13 | 11 | | |
14 | 12 | | |
15 | 13 | | |
| |||
0 commit comments