mirror of
https://github.com/alrayyes/wiki.git
synced 2025-05-05 08:12:22 +00:00
more documentation
This commit is contained in:
parent
df02ea20d7
commit
259d0a6d9a
10 changed files with 173 additions and 7 deletions
quartz/plugins/transformers
|
@ -5,12 +5,10 @@ import yaml from "js-yaml"
|
|||
import { slugTag } from "../../path"
|
||||
|
||||
export interface Options {
|
||||
language: "yaml" | "toml"
|
||||
delims: string | string[]
|
||||
}
|
||||
|
||||
const defaultOptions: Options = {
|
||||
language: "yaml",
|
||||
delims: "---",
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue