multi-core builds

This commit is contained in:
Jacky Zhao 2023-06-04 12:35:45 -04:00
parent 4bdc17d4a1
commit 9ad89997a5
9 changed files with 224 additions and 108 deletions
quartz/plugins/transformers

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