class CommonMarker

Defined in:

common_marker.cr
common_marker/version.cr

Constant Summary

CMARK_VERSION = LibCmark::VERSION_STRING
VERSION = "0.2.0"

Constructors

Instance Method Summary

Constructor Detail

def self.new(text : String, options = [] of String, extensions : Array(String) = [] of String) #

[View source]

Instance Method Detail

def parser : Parser #

[View source]
def text : String #

[View source]
def to_html : String #

Parses a Markdown string into an HTML string.


[View source]