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.