EmbeddableTableSyntax class
Parses markdown table and saves the table markdown content into the element attributes.
Properties
Methods
-
canEndBlock(
BlockParser parser) → bool -
canParse(
BlockParser parser) → bool -
interruptedBy(
BlockParser parser) → BlockSyntax? -
Returns the block which interrupts current syntax parsing if there is one,
otherwise returns
null
.inherited -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
parse(
BlockParser parser) → Node? - Parses a table into its three parts:
-
parseChildLines(
BlockParser parser) → List< Line?> -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited