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:04 UTC
class
Markdown::Page::Base
Markdown::Page::Base
Reference
Object
Direct Known Subclasses
Markdown::Page::Day
Defined in:
types.cr
Constructors
.new
(title : Nil | String, tags : Array(String))
Instance Method Summary
#tags
: Array(String)
#tags=
(tags : Array(String))
#title
: String | Nil
#title=
(title : String | Nil)
Constructor Detail
def self.
new
(title : Nil | String, tags : Array(String))
#
[
View source
]
Instance Method Detail
def
tags
: Array(String)
#
[
View source
]
def
tags=
(tags : Array(String))
#
[
View source
]
def
title
: String | Nil
#
[
View source
]
def
title=
(title : String | Nil)
#
[
View source
]