hunt-markdown ~master (2022-05-11T02:02:53.8928345)
Dub
Repo
OrderedList
hunt
markdown
node
OrderedList
Undocumented in source.
class
OrderedList :
ListBlock
{
void
accept
(Visitor visitor);
int
getStartNumber
();
void
setStartNumber
(int startNumber);
char
getDelimiter
();
void
setDelimiter
(char delimiter);
}
Members
Functions
accept
void
accept
(Visitor visitor)
Undocumented in source. Be warned that the author may not have intended to support it.
getDelimiter
char
getDelimiter
()
Undocumented in source. Be warned that the author may not have intended to support it.
getStartNumber
int
getStartNumber
()
Undocumented in source. Be warned that the author may not have intended to support it.
setDelimiter
void
setDelimiter
(char delimiter)
Undocumented in source. Be warned that the author may not have intended to support it.
setStartNumber
void
setStartNumber
(int startNumber)
Undocumented in source. Be warned that the author may not have intended to support it.
Inherited Members
From ListBlock
isTight
bool
isTight
()
@return whether this list is tight or loose
setTight
void
setTight
(bool tight)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
hunt
markdown
node
OrderedList
classes
OrderedList