MarkdownPluginConfig
MarkdownPluginConfig =
MarkdownBehaviorsConfig
&object
Defined in: plugin.markdown.tsx:13
Type declaration
Section titled “Type declaration”boldDecorator()?
Section titled “boldDecorator()?”
optional
boldDecorator: ({schema}
) =>string
|undefined
Parameters
Section titled “Parameters”{schema}
Section titled “{schema}”schema
Section titled “schema”EditorSchema
Returns
Section titled “Returns”string
| undefined
codeDecorator()?
Section titled “codeDecorator()?”
optional
codeDecorator: ({schema}
) =>string
|undefined
Parameters
Section titled “Parameters”{schema}
Section titled “{schema}”schema
Section titled “schema”EditorSchema
Returns
Section titled “Returns”string
| undefined
italicDecorator()?
Section titled “italicDecorator()?”
optional
italicDecorator: ({schema}
) =>string
|undefined
Parameters
Section titled “Parameters”{schema}
Section titled “{schema}”schema
Section titled “schema”EditorSchema
Returns
Section titled “Returns”string
| undefined
strikeThroughDecorator()?
Section titled “strikeThroughDecorator()?”
optional
strikeThroughDecorator: ({ schema, }
) =>string
|undefined
Parameters
Section titled “Parameters”{
schema,
}
schema
Section titled “schema”EditorSchema
Returns
Section titled “Returns”string
| undefined