class CommonMarker

Defined in:

common_marker.cr
common_marker/version.cr

Constant Summary

CMARK_VERSION = LibCmark::VERSION_STRING
VERSION = {{ (`shards version /srv/crystaldoc.info/github-mamantoha-crystal-cmark-gfm-v0.7.0/src/common_marker`).chomp.stringify }}

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]