Search
Preparing search index...
The search index is not available
RoosterJs API Reference
Options
All
Public
Public/Protected
All
Inherited
Menu
RoosterJs API Reference
roosterjs-content-model-plugins
MarkdownOptions
Interface MarkdownOptions
Options for Markdown plugin
strikethrough: If true text between ~ will receive strikethrough format.
bold: If true text between * will receive bold format.
italic: If true text between _ will receive italic format.
codeFormat: If provided, text between ` will receive code format. If equal to {}, it will set the default code format.
Hierarchy
MarkdownOptions
Index
Properties
bold
code
Format
italic
strikethrough
Properties
Optional
bold
bold
:
boolean
Optional
code
Format
code
Format
:
ContentModelCodeFormat
Optional
italic
italic
:
boolean
Optional
strikethrough
strikethrough
:
boolean
Modules
roosterjs
roosterjs-
color-
utils
roosterjs-
content-
model-
api
roosterjs-
content-
model-
core
roosterjs-
content-
model-
dom
roosterjs-
content-
model-
plugins
roosterjs-
content-
model-
types
roosterjs-
editor-
adapter
roosterjs-
react
Markdown
Options
bold
code
Format
italic
strikethrough
Generated using
TypeDoc
Options for Markdown plugin