class Poor::Markdown::InlineParser
- Poor::Markdown::InlineParser
- Reference
- Object
Defined in:
markdown.crConstructors
Class Method Summary
-
.tokenize(io : IO, &)
Splits io into tokens and yields each token to the block.
-
.tokenize(str : String, &)
Splits str into tokens and yields each token to the block.
Instance Method Summary
- #get
- #normalize_code_span(str)
- #parse(io : IO)
- #parse(str : String)
- #parse(strings : Enumerable(String))
Constructor Detail
Class Method Detail
Splits str into tokens and yields each token to the block.