Skip to content

Commit 3d46180

Browse files
Enable fenced_code markdown extension for pages
1 parent c1c9fe0 commit 3d46180

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pages/pelicanconf.py

+6
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,11 @@
4040
#RELATIVE_URLS = True
4141

4242
MARKDOWN = {
43+
'extension_configs': {
44+
'markdown.extensions.codehilite': {'css_class': 'highlight'},
45+
'markdown.extensions.extra': {},
46+
'markdown.extensions.meta': {},
47+
'markdown.extensions.fenced_code': {},
48+
},
4349
'tab_length': 2,
4450
}

0 commit comments

Comments
 (0)