MarkdownParser Class
Packages > @anticrm/text > MarkdownParser
Signature:
export declare class MarkdownParser 
Constructors
| Constructor | Modifiers | Description | 
|---|---|---|
| (constructor)() | Constructs a new instance of the MarkdownParser class | 
    
Properties
| Property | Modifiers | Type | Description | 
|---|---|---|---|
| tokenHandlers | any | ||
| tokenizer | any | 
Methods
| Method | Modifiers | Description | 
|---|---|---|
| parse(text) | 
Constructors
MarkdownParser.(constructor)
Constructs a new instance of the MarkdownParser class
Signature:
constructor();
Properties
tokenHandlers
Signature:
tokenHandlers: any;
tokenizer
Signature:
tokenizer: any;
Methods
parse
Signature:
parse(text: string): MessageNode;
Parameters
| Parameter | Type | Description | 
|---|---|---|
| text | string | 
Returns: