FencedCodeBlockSyntax class
Parses preformatted code blocks between two ~~~ or ``` sequences.
See the CommonMark spec: https://spec.commonmark.org/0.29/#fenced-code-blocks
- Inheritance
-
- Object
- BlockSyntax
- FencedCodeBlockSyntax
Constructors
- FencedCodeBlockSyntax()
-
const
Properties
Methods
-
canEndBlock(
BlockParser parser) → bool -
inherited
-
canParse(
BlockParser parser) → bool -
override
-
getLanguageClass(
String language) → String -
Returns the CSS class of the given
language
. -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
parse(
BlockParser parser) → Node -
override
-
parseChildLines(
BlockParser parser, [String? endBlock]) → List< String> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited