class

CommonMarker

Inherits Reference < Object

Constants

CMARK_VERSION = LibCmark::VERSION_STRING
VERSION = {{ (`shards version /tmp/tmp.cnHjbF/src/src/common_marker`).chomp.stringify }}

Constructors

new(text : String, options = [] of String, extensions : Array(String) = [] of String)
Source

Instance methods

parser
Source
text
Source
to_html

Parses a Markdown string into an HTML string.

Source