class Markdown::Parser

Defined in:

markdown.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def check_inside_fenced_code?(line) #

[View source]
def check_inside_frontmatter?(line) #

[View source]
def contains_semicolon?(line) #

[View source]
def export #

[View source]
def parse(text : String) #

[View source]
def starts_with_backticks?(line) #

[View source]
def starts_with_dashes?(line) #

[View source]