Skip to main content

parse_markup_document

Function parse_markup_document 

Source
pub fn parse_markup_document(
    language: &str,
    text: &str,
) -> Option<FormattingDocument>
Expand description

Parses text written in language into the language-free concept layer.

Supports the Markdown and HTML markup targets for the founding bold/italic/heading/list/link feature set.