Luce::FencedCodeBlockSyntax
Inherits Luce::BlockSyntax < Reference < Object
Parses preformatted code blocks between two ~~~ or ``` sequences.
See the CommonMark spec: https://spec.commonmark.org/0.30/#fenced-code-blocks
Instance methods
parse(parser : BlockParser) : Node
pattern
Return the regex used to identify the beginning of this block, if any.