Add a test to the test_book for custom heading attributes

This commit is contained in:
Eric Huss 2023-05-28 11:33:24 -07:00
parent 34e5ef22a0
commit 861197e61c
1 changed files with 6 additions and 0 deletions

View File

@ -13,3 +13,9 @@
##### Really Small Heading ##### Really Small Heading
###### Is it even a heading anymore - heading ###### Is it even a heading anymore - heading
## Custom id {#example-id}
## Custom class {.class1 .class2}
## Both id and class {#example-id2 .class1 .class2}