We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6edc588 commit bc96b2bCopy full SHA for bc96b2b
src/node/markdown/index.ts
@@ -43,7 +43,7 @@ export interface MarkdownOptions extends MarkdownIt.Options {
43
attrs?: {
44
leftDelimiter?: string
45
rightDelimiter?: string
46
- allowedAttributes?: string[]
+ allowedAttributes?: Array<string | RegExp>
47
disable?: boolean
48
}
49
defaultHighlightLang?: string
0 commit comments