feat(comments): conditional display via frontmatter (#1566)
This commit is contained in:
parent
a6b2967df8
commit
31e0b7c6f8
3 changed files with 20 additions and 1 deletions
|
@ -93,6 +93,7 @@ declare module "vfile" {
|
|||
lang: string
|
||||
enableToc: string
|
||||
cssclasses: string[]
|
||||
comments: boolean | string
|
||||
}>
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue