class Poor::Markdown::InlineParser

Defined in:

markdown.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(builder = nil) #

[View source]

Class Method Detail

def self.tokenize(io : IO, &) #

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


[View source]
def self.tokenize(str : String, &) #

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


[View source]

Instance Method Detail

def get #

[View source]
def normalize_code_span(str) #

[View source]
def parse(io : IO) #

[View source]
def parse(str : String) #

[View source]
def parse(strings : Enumerable(String)) #

[View source]