class Markd::Parser::Inline

Included Modules

Defined in:

markd/parsers/inline.cr

Constructors

Instance Method Summary

Class methods inherited from module Markd::Parser

parse(source : String, options = Options.new) parse

Constructor Detail

def self.new(options : Options) #

[View source]

Instance Method Detail

def decode_uri(text : String) #

[View source]
def normalize_refernence(text : String) #

Normalize reference label: collapse internal whitespace to single space, remove leading/trailing whitespace, case fold.


[View source]
def normalize_uri(uri : String) #

[View source]
def parse(node : Node) #

[View source]
def reference(text : String, refmap) #

[View source]
def refmap : Hash(String, Hash(String, String) | String) #

[View source]
def refmap=(refmap : Hash(String, Hash(String, String) | String)) #

[View source]