Expand description
This module provides functionality to tokenize a line of markdown text into a vector of Token
enums.
Functionsยง
- is_
punctuation ๐ - Helper function to determine if a string is a single punctuation character.
- tokenize
- Tokenizes a line of markdown text into a vector of
Token
enums.