class

Parser

Inherits Reference < Object

Constructors

new(options : Int32)

Creates a new cmark-gfm's parser abstraction with the defined options.

Source

Instance methods

add_extension(name : String)
Source
add_extensions(extensions = [] of String)
Source
extensions

Returns a list containing the extensions of the current parser.

Source
finish

Finish parsing and return a pointer to a tree of nodes.

Source
parse!(text : String)

Feeds a string to parser.

Source
parser
Source