This commit is contained in:
wznmickey 2025-01-22 17:02:27 -05:00
parent 1a00df68c7
commit 457c2a187d
8 changed files with 27 additions and 7 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

View File

@ -193,14 +193,15 @@ a + 0.
#align(right)[+ align] #align(right)[+ align]
+ h + h
--- issue-5719-sub-enum-numbering --- --- issue-5719-sub-enum-numbering ---
#set enum(numbering: "(a)") 1. first main
2. 1. first sub
+ first main 2. second sub
+ + first sub + + first sub
+ second sub + second sub
+ = Heading
text
== Sub-heading
more text
= Heading outside enum
- first main
- - first sub
- second sub

View File

@ -136,3 +136,7 @@ Cannot be used as @intro
// Hint: 1-16 HTML only supports <h1> to <h6>, not <h8> // Hint: 1-16 HTML only supports <h1> to <h6>, not <h8>
// Hint: 1-16 you may want to restructure your document so that it doesn't contain deep headings // Hint: 1-16 you may want to restructure your document so that it doesn't contain deep headings
======= Level 7 ======= Level 7
--- issue-5719-no-sub-heading ---
= = Nest heading

View File

@ -276,3 +276,13 @@ World
- h - h
#align(right)[- i] #align(right)[- i]
- j - j
--- issue-5719-sub-list ---
- first main
- - first sub
- second sub
- = Heading in the list
text
== Sub-heading in the list
more text
= new heading outside list

View File

@ -90,3 +90,8 @@ Not in list
/ h: h / h: h
#align(right)[/ i: i] #align(right)[/ i: i]
/ j: j / j: j
--- issue-5719-sub-term ---
/ Term A: first
/ Term B: / Term C: second
/ Term D: third