Skip to content

MarkdownBehaviorsConfig

MarkdownBehaviorsConfig: object

Defined in: behaviors/behavior.markdown.ts:12

Type declaration

blockquoteStyle()?

optional blockquoteStyle: (context) => string | undefined

Parameters

context
schema

EditorSchema

Returns

string | undefined

defaultStyle()?

optional defaultStyle: (context) => string | undefined

Parameters

context
schema

EditorSchema

Returns

string | undefined

headingStyle()?

optional headingStyle: (context) => string | undefined

Parameters

context
level

number

schema

EditorSchema

Returns

string | undefined

horizontalRuleObject()?

optional horizontalRuleObject: (context) => { name: string; value: {}; } | undefined

Parameters

context
schema

EditorSchema

Returns

{ name: string; value: {}; } | undefined

orderedListStyle()?

optional orderedListStyle: (context) => string | undefined

Parameters

context
schema

EditorSchema

Returns

string | undefined

unorderedListStyle()?

optional unorderedListStyle: (context) => string | undefined

Parameters

context
schema

EditorSchema

Returns

string | undefined