Skip to content

Commit 414ed69

Browse files
committed
contributin.md: support code blocks
Signed-off-by: Yoni Golob <yoni.golob@placer.ai>
1 parent 807de75 commit 414ed69

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

mkdocs.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,11 @@ theme:
88
name: material
99

1010
markdown_extensions:
11-
- attr_list
11+
- attr_list
12+
- pymdownx.highlight:
13+
anchor_linenums: true
14+
line_spans: __span
15+
pygments_lang_class: true
16+
- pymdownx.inlinehilite
17+
- pymdownx.snippets
18+
- pymdownx.superfences

0 commit comments

Comments
 (0)