Members
config
Properties| Name | Type | Description | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
config | object | Configuration object Properties
|
instance
Properties| Name | Type | Description |
|---|---|---|
instance | Marked | Marked instance |
Methods
(async) parse(input, optionsopt) → {string}
Parse markdown text
Parameters:
| Name | Type | Attributes | Description |
|---|---|---|---|
input | string | Markdown text to be parsed | |
options | object | <optional> | Options object |
Returns:
HTML output
- Type:
- string
(async) parseInline(input, optionsopt) → {string}
Parse inline markdown text
Parameters:
| Name | Type | Attributes | Description |
|---|---|---|---|
input | string | Markdown text to be parsed | |
options | object | <optional> | Options object |
Returns:
HTML output
- Type:
- string
(async) start()
Start the plugin