JSX

class Object
trait Matchable
class Any
JSX.type

Value members

Inherited methods

def elementRest(tagName: String, embedded: Seq[CodeSpanParser], tagNameCategory: CodeCategory): Parser[Seq[CodeSpan]]

Parses the content and the end tag of an element, with optionally embedding syntax for the content of the element. Assumes that the start tag has already been parsed.

Parses the content and the end tag of an element, with optionally embedding syntax for the content of the element. Assumes that the start tag has already been parsed.

Inherited from:
TagBasedFormats

Parses a valid attribute, tag or entity name.

Parses a valid attribute, tag or entity name.

Inherited from:
TagBasedFormats

Concrete fields

val language: NonEmptyList[String]

Inherited fields

Parses a comment enclosed between ``.

Parses a comment enclosed between ``.

Inherited from:
TagBasedFormats

Parses an empty tag (closed by />) with optional attributes.

Parses an empty tag (closed by />) with optional attributes.

Inherited from:
TagBasedFormats

Parses an end tag.

Parses an end tag.

Inherited from:
TagBasedFormats

Parses a named entity reference like < or a numeric character reference like &#xff.

Parses a named entity reference like < or a numeric character reference like &#xff.

Inherited from:
TagBasedFormats
lazy val rootParser: Parser[Seq[CodeSpan]]

The resulting root parser composed of the individual span parsers to be used in the parser for the host markup language

The resulting root parser composed of the individual span parsers to be used in the parser for the host markup language

Inherited from:
SyntaxHighlighter

Parses a start tag with optional attributes.

Parses a start tag with optional attributes.

Inherited from:
TagBasedFormats