MarkupCategory

laika.parse.code.CodeCategory$.Markup$.MarkupCategory
sealed trait MarkupCategory extends CodeCategory

Attributes

Graph
Supertypes
trait CodeCategory
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object Emphasized.type
object Fence.type
object Headline.type
object LinkTarget.type
object LinkText.type
object Quote.type
Show all

Members list

Value members

Concrete methods

override def prefix: String

Attributes

Definition Classes

Inherited methods

def canEqual(that: Any): Boolean

Attributes

Inherited from:
Equals
def name: String

The name of the category which usually translates to styles in rendered output.

The name of the category which usually translates to styles in rendered output.

Attributes

Inherited from:
CodeCategory
def productArity: Int

Attributes

Inherited from:
Product
def productElement(n: Int): Any

Attributes

Inherited from:
Product
def productElementName(n: Int): String

Attributes

Inherited from:
Product
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def productPrefix: String

Attributes

Inherited from:
Product