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:
parent
6b365e8857
commit
1c1cea347f
2 changed files with 9 additions and 0 deletions
|
@ -19,6 +19,13 @@ In a hole in the ground there lived a hobbit. Not a nasty, dirty, wet hole, fill
|
|||
#### H4 Heading
|
||||
##### H5 Heading
|
||||
|
||||
1) Item 1
|
||||
2) Item 2
|
||||
i. Item 1
|
||||
ii. Item 2
|
||||
a. Item a
|
||||
b. Item b
|
||||
|
||||
__Bold Text__
|
||||
|
||||
_Italic Text_
|
||||
|
|
|
@ -259,6 +259,8 @@ markdown_extensions:
|
|||
- pymdownx.betterem
|
||||
- pymdownx.caret
|
||||
- pymdownx.critic
|
||||
- pymdownx.fancylists:
|
||||
inject_style: true
|
||||
- pymdownx.keys
|
||||
- pymdownx.mark
|
||||
- pymdownx.tilde
|
||||
|
|
Loading…
Reference in a new issue