aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/__init__.py
blob: c6146450c6fdcb9f72282fd23020a64af059380b (plain) (blame)
1
2
3
4
from wiki.plugins.macros.mdx import toc

# Remove the toc header prefix. There's no option for this, so we gotta monkey patch it.
toc.HEADER_ID_PREFIX = ''