dashboard
repositories
filestore
activity
search
login
scapegoat
/
Docs2
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
fix(LaTex/render/Typst): Add stroke color to typst-doc styles (#2237)
Eritque arcus
2025-12-06
643aca5ffab3ca2ee7cfa5d5e0e5e25801999e45
[scapegoat/Docs2.git]
/
quartz
/
bootstrap-worker.mjs
1
2
3
4
5
6
7
8
#!/usr/bin/env node
import workerpool from "workerpool"
const cacheFile = "./.quartz-cache/transpiled-worker.mjs"
const { parseMarkdown, processHtml } = await import(cacheFile)
workerpool.worker({
parseMarkdown,
processHtml,
})