mirror of
https://github.com/rust-lang/mdBook
synced 2025-03-04 07:07:18 +00:00
Add a test to the test_book for custom heading attributes
This commit is contained in:
parent
34e5ef22a0
commit
861197e61c
1 changed files with 6 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue