BlockHtmlSyntax class abstract
Parses inline HTML at the block level. This differs from other Markdown implementations in several ways:
- This one is way way WAY simpler.
- Essentially no HTML parsing or validation is done. We're a Markdown parser, not an HTML parser!
- Inheritance
-
- Object
- BlockSyntax
- BlockHtmlSyntax
- Implementers
Constructors
- BlockHtmlSyntax()
-
const
Properties
Methods
-
canEndBlock(
BlockParser parser) → bool -
override
-
canParse(
BlockParser parser) → bool -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
parse(
BlockParser parser) → Node? -
inherited
-
parseChildLines(
BlockParser parser) → List< String?> -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited