mirror of
https://gitlab.com/MisterBiggs/brain-quartz.git
synced 2025-07-22 14:21:24 +00:00
more documentation
This commit is contained in:
@@ -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: "---",
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user