FencedCodeBlocks

laika.markdown.github.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.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

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.

Attributes

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).

Attributes