hunt-markdown ~master (2022-05-11T02:02:53.8928345)
Dub
Repo
BulletList
hunt
markdown
node
BulletList
Undocumented in source.
class
BulletList :
ListBlock
{
void
accept
(Visitor visitor);
char
getBulletMarker
();
void
setBulletMarker
(char bulletMarker);
}
Members
Functions
accept
void
accept
(Visitor visitor)
Undocumented in source. Be warned that the author may not have intended to support it.
getBulletMarker
char
getBulletMarker
()
Undocumented in source. Be warned that the author may not have intended to support it.
setBulletMarker
void
setBulletMarker
(char bulletMarker)
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
BulletList
classes
BulletList