Text

mdoc.internal.markdown.Text
final case class Text(value: String) extends MarkdownPart

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class MarkdownPart
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def dropLinePrefix(indent: Int): Text

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
final def renderToString(out: StringBuilder): Unit

Attributes

Inherited from:
MarkdownPart

Inherited fields

var pos: Position

Attributes

Inherited from:
MarkdownPart