Module lmarkdown

Module lmarkdown 

Source

Enums§

Token
https://github.com/markedjs/marked/blob/master/src/Tokenizer.js

Functions§

parse_lmarkdown
read_token
A function to get the next markdown token using recrusive decent. Will first parse a block token (token for a whole line and then parse for any inline tokens when needed.