module Markd::Utils

Defined in:

markd/utils.cr

Constant Summary

DECODE_ENTITIES_REGEX = Regex.new("\\\\" + Rule::ESCAPABLE_STRING, Regex::Options::IGNORE_CASE)

Class Method Summary

Class Method Detail

def self.decode_entities_string(text : String) : String #

[View source]
def self.timer(label : String, measure_time? : Bool, &) #

[View source]