Skip to content

Commit 861197e

Browse files
committed
Add a test to the test_book for custom heading attributes
1 parent 34e5ef2 commit 861197e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

test_book/src/individual/heading.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,9 @@
1313
##### Really Small Heading
1414

1515
###### Is it even a heading anymore - heading
16+
17+
## Custom id {#example-id}
18+
19+
## Custom class {.class1 .class2}
20+
21+
## Both id and class {#example-id2 .class1 .class2}

0 commit comments

Comments
 (0)