Add a test to the test_book for custom heading attributes
This commit is contained in:
parent
34e5ef22a0
commit
861197e61c
|
@ -13,3 +13,9 @@
|
|||
##### Really Small Heading
|
||||
|
||||
###### Is it even a heading anymore - heading
|
||||
|
||||
## Custom id {#example-id}
|
||||
|
||||
## Custom class {.class1 .class2}
|
||||
|
||||
## Both id and class {#example-id2 .class1 .class2}
|
||||
|
|
Loading…
Reference in New Issue