Skip to content

Commit

Permalink
feat: add pymdownx.fancylists
Browse files Browse the repository at this point in the history
  • Loading branch information
tylernguyen committed Nov 13, 2024
1 parent 6b365e8 commit 1c1cea3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/posts/diagnostics/markdown.md
Original file line number Diff line number Diff line change
Expand Up @@ -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_
Expand Down
2 changes: 2 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,8 @@ markdown_extensions:
- pymdownx.betterem
- pymdownx.caret
- pymdownx.critic
- pymdownx.fancylists:
inject_style: true
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
Expand Down

0 comments on commit 1c1cea3

Please sign in to comment.