1
0
Fork 0
mirror of https://github.com/tylernguyen/wiki.git synced 2025-02-05 08:23:14 -06:00

feat: add pymdownx.fancylists

This commit is contained in:
Tyler Nguyen 2024-11-12 22:29:41 -06:00
parent 6b365e8857
commit 1c1cea347f
No known key found for this signature in database
2 changed files with 9 additions and 0 deletions

View file

@ -19,6 +19,13 @@ In a hole in the ground there lived a hobbit. Not a nasty, dirty, wet hole, fill
#### H4 Heading #### H4 Heading
##### H5 Heading ##### H5 Heading
1) Item 1
2) Item 2
i. Item 1
ii. Item 2
a. Item a
b. Item b
__Bold Text__ __Bold Text__
_Italic Text_ _Italic Text_

View file

@ -259,6 +259,8 @@ markdown_extensions:
- pymdownx.betterem - pymdownx.betterem
- pymdownx.caret - pymdownx.caret
- pymdownx.critic - pymdownx.critic
- pymdownx.fancylists:
inject_style: true
- pymdownx.keys - pymdownx.keys
- pymdownx.mark - pymdownx.mark
- pymdownx.tilde - pymdownx.tilde