Skip to content
Snippets Groups Projects

Resolve "add anchors to headers"

Merged Ciarán Ainsworth requested to merge 4-add-anchors-to-headers into main
1 file
+ 8
0
Compare changes
  • Side-by-side
  • Inline
+ 8
0
@@ -41,3 +41,11 @@ DEFAULT_PAGINATION = 10
# Uncomment following line if you want document-relative URLs when developing
# RELATIVE_URLS = True
MARKDOWN = {
'extensions' : ['toc'],
'extension_configs': {
'markdown.extensions.toc': {'anchorlink': 'true'},
},
'output_format': 'html5',
}
Loading