object Markdown

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Markdown
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. 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/")
  5. val InputKey: DataKey[Option[Input]]
  6. val RelativePathKey: DataKey[Option[RelativePath]]
  7. val SiteVariables: DataKey[Option[Map[String, String]]]
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def baseSettings(): MutableDataSet
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  11. def collect[A <: Node, B](node: Node)(f: PartialFunction[A, B])(implicit arg0: ClassTag[A]): List[B]
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def foreach(node: Node)(fn: (Node) ⇒ Unit): Unit
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. 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.

  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. def parse(markdown: BasedSequence, settings: MutableDataSet): Node
  24. def plainSettings(): MutableDataSet
  25. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  26. def toDocument(input: Input, markdownSettings: MutableDataSet, reporter: Reporter, settings: Settings): Document
  27. def toHtml(input: Input, markdownSettings: MutableDataSet, reporter: Reporter, settings: Settings): String
  28. def toMarkdown(input: Input, markdownSettings: MutableDataSet, reporter: Reporter, settings: Settings): String
  29. def toMarkdown(input: Input, context: Context, inputFile: InputFile, siteVariables: Map[String, String], reporter: Reporter, settings: Settings): String
  30. def toString(): String
    Definition Classes
    AnyRef → Any
  31. def traverse[T <: Node](node: Node)(f: PartialFunction[T, Unit])(implicit ev: ClassTag[T]): Unit
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Deprecated Value Members

  1. def toMarkdown(input: Input, context: Context, relativePath: RelativePath, siteVariables: Map[String, String], reporter: Reporter, settings: Settings): String
    Annotations
    @deprecated
    Deprecated

    (Since version 2.2.0)

Inherited from AnyRef

Inherited from Any

Ungrouped