io.github.edadma.markdown.FencedCodeBlockParser
Attributes
-
Graph
-
-
Supertypes
-
class Object
trait Matchable
class Any
-
Self type
-
Members list
Check if the first line in lines
can start a fenced code block. A fenced code block starts with a line containing either:
Check if the first line in lines
can start a fenced code block. A fenced code block starts with a line containing either:
- 3 or more tildes (~~~) Both can be indented up to 3 spaces.
Attributes
Parse a fenced code block starting at the head of lines
. Collects all lines until a matching closing fence is found.
Parse a fenced code block starting at the head of lines
. Collects all lines until a matching closing fence is found.
Attributes