hunt-markdown ~master (2022-04-15T09:46:58Z)
Home
Dub
Repo
ListBlock
hunt
markdown
node
ListBlock
Undocumented in source.
abstract
class
ListBlock :
Block
{
bool
isTight
();
void
setTight
(bool tight);
}
Members
Functions
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.
Inherited Members
From Block
getParent
Block
getParent
()
Undocumented in source. Be warned that the author may not have intended to support it.
setParent
void
setParent
(Node parent)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
hunt
markdown
node
ListBlock
classes
ListBlock