MarkdownBehaviorsConfig
MarkdownBehaviorsConfig:
object
Defined in: behaviors/behavior.markdown.ts:12
Type declaration
blockquoteStyle()?
optional
blockquoteStyle: (context
) =>string
|undefined
Parameters
context
schema
Returns
string
| undefined
defaultStyle()?
optional
defaultStyle: (context
) =>string
|undefined
Parameters
context
schema
Returns
string
| undefined
headingStyle()?
optional
headingStyle: (context
) =>string
|undefined
Parameters
context
level
number
schema
Returns
string
| undefined
horizontalRuleObject()?
optional
horizontalRuleObject: (context
) => {name
:string
;value
: {}; } |undefined
Parameters
context
schema
Returns
{ name
: string
; value
: {}; } | undefined
orderedListStyle()?
optional
orderedListStyle: (context
) =>string
|undefined
Parameters
context
schema
Returns
string
| undefined
unorderedListStyle()?
optional
unorderedListStyle: (context
) =>string
|undefined
Parameters
context
schema
Returns
string
| undefined