Classes
Type Definitions
Block
Parsed chunk of information about the Markdown text.
Type:
- Object
Properties:
Name | Type | Description |
---|---|---|
type |
String | Type of block - either `raw` or `fence`. |
lang |
String | Language text for the codeblock. |
symbol |
String | Character used to open and close the block. |
open |
String | String used to open the block. e.g. "```" or "~~~". |
close |
String | String used to close the block. e.g. "```" or "~~~". |
content |
String | String inside the block. |
- Source: