Documentation / @zerotal/core / helpers / BunMarkdownOptions
Interface: BunMarkdownOptions
Defined in: helpers/markdown.ts:48
Options for Bun.markdown.html(). bun-types exposes the options type only inside
its markdown namespace; this is the named, exported equivalent the framework uses.
Properties
tables?
optionaltables?:boolean
Defined in: helpers/markdown.ts:49
strikethrough?
optionalstrikethrough?:boolean
Defined in: helpers/markdown.ts:50
tasklists?
optionaltasklists?:boolean
Defined in: helpers/markdown.ts:51
autolinks?
optionalautolinks?:boolean| {url?:boolean;www?:boolean;email?:boolean; }
Defined in: helpers/markdown.ts:52
headings?
optionalheadings?:boolean| {ids?:boolean; }
Defined in: helpers/markdown.ts:53
hardSoftBreaks?
optionalhardSoftBreaks?:boolean
Defined in: helpers/markdown.ts:54
wikiLinks?
optionalwikiLinks?:boolean
Defined in: helpers/markdown.ts:55
underline?
optionalunderline?:boolean
Defined in: helpers/markdown.ts:56
latexMath?
optionallatexMath?:boolean
Defined in: helpers/markdown.ts:57
collapseWhitespace?
optionalcollapseWhitespace?:boolean
Defined in: helpers/markdown.ts:58
permissiveAtxHeaders?
optionalpermissiveAtxHeaders?:boolean
Defined in: helpers/markdown.ts:59
noIndentedCodeBlocks?
optionalnoIndentedCodeBlocks?:boolean
Defined in: helpers/markdown.ts:60
noHtmlBlocks?
optionalnoHtmlBlocks?:boolean
Defined in: helpers/markdown.ts:61
noHtmlSpans?
optionalnoHtmlSpans?:boolean
Defined in: helpers/markdown.ts:62
tagFilter?
optionaltagFilter?:boolean
Defined in: helpers/markdown.ts:63