markdown-it - v15.0.2
GitHub
Preparing search index...
Env
Interface Env
Shared environment passed through parsing and rendering.
Plugins may use it to store arbitrary data.
interface
Env
{
references
?:
Record
<
string
,
{
title
:
string
;
href
:
string
}
>
;
[
key
:
string
|
symbol
]:
unknown
;
}
Indexable
[
key
:
string
|
symbol
]:
unknown
Index
Properties
§
references?
Properties
§
references
?:
Record
<
string
,
{
title
:
string
;
href
:
string
}
>
§
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
references
GitHub
markdown-it - v15.0.2
Loading...
Shared environment passed through parsing and rendering.
Plugins may use it to store arbitrary data.