class NoteParser::Calendar

Defined in:

markdown.cr

Instance Method Summary

Instance methods inherited from class NoteParser::Base

content : String | Nil content, content=(content : String | Nil) content=, tags : Array(String) tags, tags=(tags : Array(String)) tags=, title : String title, title=(title : String) title=

Constructor methods inherited from class NoteParser::Base

new(title : String, tags : Array(String), body : String | Nil) new

Instance methods inherited from module Note::NoteParser

content : String | Nil content, tags : Array(String) tags, title : String title

Instance Method Detail

def parse : Note #

[View source]