Skip to content

MarkdownBehaviorsConfig

MarkdownBehaviorsConfig = object

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

Properties

blockquoteStyle()?

optional blockquoteStyle: (context) => string | undefined

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

Parameters

context
schema

EditorSchema

Returns

string | undefined


defaultStyle()?

optional defaultStyle: (context) => string | undefined

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

Parameters

context
schema

EditorSchema

Returns

string | undefined


headingStyle()?

optional headingStyle: (context) => string | undefined

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

Parameters

context
level

number

schema

EditorSchema

Returns

string | undefined


horizontalRuleObject()?

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

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

Parameters

context
schema

EditorSchema

Returns

{ name: string; value: {[prop: string]: unknown; }; } | undefined


orderedListStyle()?

optional orderedListStyle: (context) => string | undefined

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

Parameters

context
schema

EditorSchema

Returns

string | undefined


unorderedListStyle()?

optional unorderedListStyle: (context) => string | undefined

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

Parameters

context
schema

EditorSchema

Returns

string | undefined