class MarkdownParser

Defined in:

parser.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(text : String) #

[View source]

Instance Method Detail

def parse_day(date : String) : Markdown::Page::Day #

[View source]
def tags(line_number = 1) : Array(String) #

[View source]
def text : String #

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

[View source]
def title : String | Nil #

[View source]