Markdown
mdoc.internal.markdown.Markdown
object Markdown
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Markdown.type
Members list
Value members
Concrete methods
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.
Attributes
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, context: Context, inputFile: InputFile, siteVariables: Map[String, String], reporter: Reporter, settings: Settings): String
def toMarkdown(input: Input, markdownSettings: MutableDataSet, reporter: Reporter, settings: Settings): String
Deprecated methods
def toMarkdown(input: Input, context: Context, relativePath: RelativePath, siteVariables: Map[String, String], reporter: Reporter, settings: Settings): String
Attributes
- Deprecated
- true
Concrete fields
final val DeprecatedInternal: "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/"
In this article