Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
moon-markdown
main
Markdown
Builder
Base
EventList
Page
TagLine
Event
List
Item
Page
Base
Day
Parser
Calendar
SyntaxError
List
SyntaxError
Page
InvalidMarkdown
MarkdownParser
InvalidMarkdown
Built with Crystal 1.9.2
2023-10-07 17:24:05 UTC
struct
Markdown::List::Item
Markdown::List::Item
Struct
Value
Object
Defined in:
types.cr
Constructors
.new
(title : Nil | String, description : Nil | String)
Instance Method Summary
#description
: String | Nil
#description=
(description : String | Nil)
#title
: String | Nil
#title=
(title : String | Nil)
Constructor Detail
def self.
new
(title : Nil | String, description : Nil | String)
#
[
View source
]
Instance Method Detail
def
description
: String | Nil
#
[
View source
]
def
description=
(description : String | Nil)
#
[
View source
]
def
title
: String | Nil
#
[
View source
]
def
title=
(title : String | Nil)
#
[
View source
]