mirror of
https://github.com/alrayyes/wiki.git
synced 2025-05-03 15:28:14 +00:00
multi-core builds
This commit is contained in:
parent
4bdc17d4a1
commit
9ad89997a5
9 changed files with 224 additions and 108 deletions
quartz/plugins/transformers
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue