This commit is contained in:
chyzman
2026-08-28 23:29:04 -04:00
parent ab71dd4aeb
commit 7600d26565
5 changed files with 44 additions and 16 deletions
+2 -1
View File
@@ -11,6 +11,7 @@ import components from 'comark/plugins/components'
import emoji from 'comark/plugins/emoji'
import footnotes from 'comark/plugins/footnotes'
import html from 'comark/plugins/html'
import math from 'comark/plugins/math'
import mermaid from 'comark/plugins/mermaid'
import punctuation from 'comark/plugins/punctuation'
import taskList from 'comark/plugins/task-list'
@@ -48,7 +49,7 @@ export const modrinthPlugins: ComarkPlugin[] = [
html(),
modrinthHtmlBlock(),
// json-render()
// math(), // needs dep
math(),
mermaid(),
punctuation(),
// rangi() // needs dep + we have highlight.js + if we do want to switch I'd say shiki is better