summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorThomas F. K. Jorna <[email protected]>2021-10-09 22:20:34 +0200
committerThomas F. K. Jorna <[email protected]>2021-10-09 22:20:34 +0200
commit31d7477b376501bd80fe635b91412bc7f6ae7ea7 (patch)
treeb0fcc9b289cef86385805fe606b70d1ee14f1b25 /util
parent9d1692fbcf322db2d95586b1ab6768ba9328e5df (diff)
feat(preview): node history
Diffstat (limited to 'util')
-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,