Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
amber-moon
main
ApplicationController
ApplicationMailer
Authenticate
Book
BookController
CalendarController
CurrentUser
Day
DayController
Event
Google
Config
GoogleCaledarWorker
PerformProxy
GoogleCalendar
GoogleController
HomeController
JWT
Note
NoteBuilder
NoteParser
NoteBuilder
Base
Calendar
Note
NoteController
NoteParser
Base
Calendar
Note
Sample
MyWorker
PerformProxy
SessionController
String
Tag
Tagging
Time
Tokens
User
UserController
Generated using Crystal 1.10.1
2024-01-09 19:50:52 UTC
class
NoteParser::
Note
NoteParser::Note
NoteParser::Base
Reference
Object
Defined in:
markdown.cr
Instance Method Summary
#parse
: Note
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
]