stack

Home > @infiniteobjects/core-library-web > Parser > markdown

Parser.markdown() method

Parse to markdown text

Signature:

static markdown(text: string): string;

Parameters

Parameter Type Description
text string  

Returns:

string

Remarks

Sanitizes the resulting html string before returning