class

Poor::Markdown::InlineParser

Inherits Reference < Object

Constructors

new(builder = nil)
Source

Class methods

tokenize(io : IO, &)

Splits io into tokens and yields each token to the block.

Source
tokenize(str : String, &)

Splits str into tokens and yields each token to the block.

Source

Instance methods

normalize_code_span(str)
Source
parse(io : IO)
Source
parse(str : String)
Source
parse(strings : Enumerable(String))
Source