mdoc.internal.markdown

Members list

Type members

Classlikes

object GitHubIdGenerator extends String => String

Attributes

Supertypes
trait String => String
class Object
trait Matchable
class Any
Self type
sealed abstract class Mod extends Product, Serializable

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object CompileOnly.type
object Crash.type
object Fail.type
class Height
object Invisible.type
object Nest.type
object Passthrough.type
object Reset.type
object ResetClass.type
object ResetObject.type
object Silent.type
object ToString.type
object Warn.type
class Width
Show all
object Mod

Attributes

Companion
class
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Mod.type
sealed abstract class Modifier(val mods: Set[Mod])

A mdoc code fence modifier.

A mdoc code fence modifier.

Modifiers are parsed from code blocks like here

println("# Header")

Currently, only supports parsing one modifier per code block.

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Builtin
class Post
class Pre
class Str
object Modifier

Attributes

Companion
class
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Modifier.type
class ReplVariablePrinter(leadingNewline: Boolean, width: Int, height: Int, indent: Int) extends Variable => String

Attributes

Companion
object
Supertypes
trait Variable => String
class Object
trait Matchable
class Any
Known subtypes
object ReplVariablePrinter.type

Attributes

Companion
class
Supertypes
trait Variable => String
class Object
trait Matchable
class Any
Self type