summaryrefslogtreecommitdiff
path: root/util/processOrg.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'util/processOrg.tsx')
-rw-r--r--util/processOrg.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/processOrg.tsx b/util/processOrg.tsx
index 3f32d30..1bab2cd 100644
--- a/util/processOrg.tsx
+++ b/util/processOrg.tsx
@@ -42,6 +42,7 @@ export const ProcessedOrg = (props: ProcessedOrgProps) => {
.use(attachments)
.use(uniorgSlug)
.use(uniorg2rehype)
+ .use(highlight)
.use(katex)
.use(rehype2react, {
createElement: React.createElement,