FencedCodeBlocks

Parser for fenced code blocks as defined by GitHub Flavored Markdown and CommonMark.

For the spec see https://github.github.com/gfm/#fenced-code-blocks.

class Object
trait Matchable
class Any

Value members

Concrete methods

def codeBlock(fenceChar: Char): BlockParserBuilder

Creates a parser for a fenced code block with the specified fence character.

Creates a parser for a fenced code block with the specified fence character.

Concrete fields

Parsers for fenced code blocks delimited by any of the two fence characters defined by GitHub Flavored Markdown (tilde and backtick).

Parsers for fenced code blocks delimited by any of the two fence characters defined by GitHub Flavored Markdown (tilde and backtick).