Preparing search index...
The search index is not available
crossnote
crossnote
ParserConfig
Interface ParserConfig
interface
ParserConfig
{
onDidParseMarkdown
:
(
(
html
)
=>
Promise
<
string
>
)
;
onWillParseMarkdown
:
(
(
markdown
)
=>
Promise
<
string
>
)
;
}
Index
Properties
on
Did
Parse
Markdown
on
Will
Parse
Markdown
Properties
on
Did
Parse
Markdown
on
Did
Parse
Markdown
:
(
(
html
)
=>
Promise
<
string
>
)
Type declaration
(
html
)
:
Promise
<
string
>
Parameters
html
:
string
Returns
Promise
<
string
>
on
Will
Parse
Markdown
on
Will
Parse
Markdown
:
(
(
markdown
)
=>
Promise
<
string
>
)
Type declaration
(
markdown
)
:
Promise
<
string
>
Parameters
markdown
:
string
Returns
Promise
<
string
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
on
Did
Parse
Markdown
on
Will
Parse
Markdown
crossnote
Loading...