io.github.edadma.markdown.HTMLBlockParser
Attributes
-
Graph
-
-
Supertypes
-
class Object
trait Matchable
class Any
-
Self type
-
Members list
Can this parser start on the given lines?
Can this parser start on the given lines?
Value parameters
-
lines
-
a list of lines, each as a LazyList[C]
Attributes
-
Returns
-
true if this parser should handle the first line
-
Definition Classes
-
Parse a block starting at the head of lines
.
Parse a block starting at the head of lines
.
Value parameters
-
lines
-
the remaining lines in the document
-
linkRefs
-
mutable map of link reference definitions
Attributes
-
Returns
-
a tuple of the parsed Block and the number of lines consumed
-
Definition Classes
-