object Markdown
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Markdown
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final val DeprecatedInternal: String("Methods in the `mdoc.internal` package are only intended to be used by mdoc itself so they are subject to breaking changes without notice. If you rely on this method, please open an issue to discuss how to expose it through the public mdoc library APIs https://github.com/scalameta/mdoc/")
- val InputKey: DataKey[Option[Input]]
- val RelativePathKey: DataKey[Option[RelativePath]]
- val SiteVariables: DataKey[Option[Map[String, String]]]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def baseSettings(): MutableDataSet
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def collect[A <: Node, B](node: Node)(f: PartialFunction[A, B])(implicit arg0: ClassTag[A]): List[B]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def foreach(node: Node)(fn: (Node) ⇒ Unit): Unit
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
mdocSettings(context: Context): MutableDataSet
Defines the default markdown settings.
Defines the default markdown settings.
Do not use directly. The default flexmark settings have special keys set up by mdoc to keep track of certain document-specific information like path.
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def parse(markdown: BasedSequence, settings: MutableDataSet): Node
- def plainSettings(): MutableDataSet
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def toDocument(input: Input, markdownSettings: MutableDataSet, reporter: Reporter, settings: Settings): Document
- def toHtml(input: Input, markdownSettings: MutableDataSet, reporter: Reporter, settings: Settings): String
- def toMarkdown(input: Input, markdownSettings: MutableDataSet, reporter: Reporter, settings: Settings): String
- def toMarkdown(input: Input, context: Context, inputFile: InputFile, siteVariables: Map[String, String], reporter: Reporter, settings: Settings): String
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def traverse[T <: Node](node: Node)(f: PartialFunction[T, Unit])(implicit ev: ClassTag[T]): Unit
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()