Skip to content

Commit 07e18ad

Browse files
authored
Add syntax highlighting support for code blocks
1 parent ff3df75 commit 07e18ad

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

mkdocs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ plugins:
2020
# Extensions
2121
markdown_extensions:
2222
- mdx_truly_sane_lists
23+
- pymdownx.highlight:
24+
use_pygments: true
25+
- pymdownx.superfences
2326

2427
# Configuration
2528
theme:

0 commit comments

Comments
 (0)