Module lexer

Module lexer 

Source
Expand description

Lexer for the Markdown syntax.

This module contains the lexer for the Markdown syntax. At this stage, the text is joined and non-breakable spaces are removed.

Functionsยง

lex
Split a string into tokens.