multi-core builds

This commit is contained in:
Jacky Zhao
2023-06-04 12:35:45 -04:00
parent 7b5df46f1c
commit 060dcce93e
9 changed files with 224 additions and 108 deletions

View File

@ -3,7 +3,7 @@ import remarkGfm from "remark-gfm"
import smartypants from 'remark-smartypants'
import { QuartzTransformerPlugin } from "../types"
import rehypeSlug from "rehype-slug"
import rehypeAutolinkHeadings from "rehype-autolink-headings/lib"
import rehypeAutolinkHeadings from "rehype-autolink-headings"
export interface Options {
enableSmartyPants: boolean