diff options
| author | Laurenz <laurmaedje@gmail.com> | 2022-02-28 15:50:48 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2022-02-28 23:54:34 +0100 |
| commit | 3ca5b238238e1128aa7bbfbd5db9e632045d8600 (patch) | |
| tree | 2471f4b340a15695b7f4d518c0b39fabaea676c4 /tests/typ/markup/heading.typ | |
| parent | b63c21c91d99a1554a019dc275f955d3e6a34271 (diff) | |
Reorganize library
Diffstat (limited to 'tests/typ/markup/heading.typ')
| -rw-r--r-- | tests/typ/markup/heading.typ | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/tests/typ/markup/heading.typ b/tests/typ/markup/heading.typ deleted file mode 100644 index 2ae97aa8..00000000 --- a/tests/typ/markup/heading.typ +++ /dev/null @@ -1,50 +0,0 @@ -// Test headings. - ---- -// Different number of hashtags. - -// Valid levels. -= Level 1 -=== Level 2 -====== Level 6 - -// At some point, it should stop shrinking. -=========== Level 11 - ---- -// Heading vs. no heading. - -// Parsed as headings if at start of the context. -/**/ = Level 1 -{[== Level 2]} -#box[=== Level 3] - -// Not at the start of the context. -No = heading - -// Escaped. -\= No heading - ---- -// While indented at least as much as the start, the heading continues. - -= This - is - indented. - -= This -is not. - -// Code blocks continue heading. -= A { - "B" -} - ---- -// Test styling. -= Heading - -#set heading(family: "Roboto", fill: eastern) - -===== Heading 🌍 -#heading(level: 5)[Heading] |
