aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/apps/content
diff options
context:
space:
mode:
authorGravatar kosayoda <[email protected]>2021-03-24 01:42:28 +0800
committerGravatar kosayoda <[email protected]>2021-03-24 01:42:28 +0800
commit078fe3966c01ed3a837430ed07453bec3791935e (patch)
tree73d0b7e63ced63f3545b6249f830aa5b2ae52827 /pydis_site/apps/content
parentRename `short_description` to `description`. (diff)
Propogate markdown language data to highlight.js
Diffstat (limited to 'pydis_site/apps/content')
-rw-r--r--pydis_site/apps/content/utils.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pydis_site/apps/content/utils.py b/pydis_site/apps/content/utils.py
index ef02a8cb..17d7db81 100644
--- a/pydis_site/apps/content/utils.py
+++ b/pydis_site/apps/content/utils.py
@@ -47,6 +47,7 @@ def get_page(path: Path) -> Dict[str, Union[str, Dict]]:
extras=[
"metadata",
"fenced-code-blocks",
+ "highlightjs-lang",
"header-ids",
"strike",
"target-blank-links",