aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site
diff options
context:
space:
mode:
Diffstat (limited to 'pydis_site')
-rw-r--r--pydis_site/settings.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/pydis_site/settings.py b/pydis_site/settings.py
index d1123073..2ea4a656 100644
--- a/pydis_site/settings.py
+++ b/pydis_site/settings.py
@@ -334,3 +334,7 @@ WIKI_MARKDOWN_HTML_ATTRIBUTES = {
'section': ['class', 'id'],
'article': ['class', 'id'],
}
+
+WIKI_MARKDOWN_HTML_WHITELIST = [
+ 'article', 'section'
+]