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
class
Markdown::Builder::EventList
Markdown::Builder::EventList
Markdown::Builder::Base
Reference
Object
Defined in:
builder.cr
Constructors
.new
(events : Array(Markdown::Event) =
[]
of
Event
)
Instance Method Summary
#build
: String
#events
: Array(Markdown::Event)
#events=
(events : Array(Markdown::Event))
Instance methods inherited from class
Markdown::Builder::Base
build : String
build
,
to_s : String
to_s
Constructor Detail
def self.
new
(events : Array(
Markdown::Event
) =
[]
of
Event
)
#
[
View source
]
Instance Method Detail
def
build
: String
#
[
View source
]
def
events
: Array(
Markdown::Event
)
#
[
View source
]
def
events=
(events : Array(
Markdown::Event
))
#
[
View source
]