Skip to content

Commit

Permalink
Add pygments and pymdownx for code blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
crweiner committed Oct 12, 2022
1 parent d20e688 commit 6ee83d3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,9 @@ extra:
markdown_extensions:
- attr_list
- markdown_link_attr_modifier:
new_tab: external_only
new_tab: external_only
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences

0 comments on commit 6ee83d3

Please sign in to comment.