Document

io.github.edadma.markdown.Document
case class Document(children: List[Block]) extends Node

Attributes

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

Members list

Value members

Concrete methods

override def processInlines(linkRefs: Map[String, LinkReference]): Document

Attributes

Definition Classes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product