MarkupCategory

sealed trait MarkupCategory extends CodeCategory
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object Emphasized.type
object Fence.type
object Headline.type
object LinkTarget.type
object LinkText.type
object Quote.type

Value members

Concrete methods

override def prefix: String
Definition Classes

Inherited methods

def canEqual(that: Any): Boolean
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.

Inherited from:
CodeCategory
def productArity: Int
Inherited from:
Product
def productElement(n: Int): Any
Inherited from:
Product
def productElementName(n: Int): String
Inherited from:
Product
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
def productPrefix: String
Inherited from:
Product