CodeFence

mdoc.internal.markdown.CodeFence
final case class CodeFence(openBackticks: Text, info: Text, body: Text, closeBackticks: Text, tag: Text) 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 hasBlankTag: Boolean
def indent: Int

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

Concrete fields

var newBody: Option[String]
var newInfo: Option[String]
var newPart: Option[String]

Inherited fields

var pos: Position

Attributes

Inherited from:
MarkdownPart