module Discount

Defined in:

cr-discount.cr

Class Method Summary

Class Method Detail

def self.compile(text : String, with_toc : Bool = false, flags = LibDiscount::MKD_FENCEDCODE | LibDiscount::MKD_TOC) : Array(String) #

Compile text from Markdown to HTML


[View source]