Skip to content

Commit 2ee4a3b

Browse files
Update site configuration for code blocks and definition lists
- Edit `mkdocs.yml` - Add support for definition lists - Syntax highlighting
1 parent 3d35f00 commit 2ee4a3b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

mkdocs.yml

+12
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,15 @@ nav:
1414
- Explore extensions available for installation: 'Tasks/explore-available-packages.md'
1515
- Installing an extension: 'Tasks/installing-an-extension.md'
1616
- Deleting an extension: 'Tasks/uninstall-an-extension.md'
17+
18+
markdown_extensions:
19+
- pymdownx.highlight:
20+
anchor_linenums: true
21+
line_spans: __span
22+
pygments_lang_class: true
23+
- pymdownx.inlinehilite
24+
- pymdownx.snippets
25+
- pymdownx.superfences
26+
- def_list
27+
- pymdownx.tasklist:
28+
custom_checkbox: true

0 commit comments

Comments
 (0)