MarkdownParser Class

Packages > @anticrm/text > MarkdownParser

Signature:

export declare class MarkdownParser 

Constructors

List of constructors for this class
Constructor Modifiers Description
(constructor)() Constructs a new instance of the MarkdownParser class

Properties

List of properties for this class
Property Modifiers Type Description
tokenHandlers any
tokenizer any

Methods

List of methods on this class
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

List of parameters
Parameter Type Description
text string

Returns:

MessageNode