MarkedOptions

io.laminext.markdown.markedjs.MarkedOptions
See theMarkedOptions companion object
class MarkedOptions extends Object

Attributes

Companion
object
Graph
Supertypes
class Object
trait Any
class Object
trait Matchable
class Any

Members list

Value members

Inherited methods

def hasOwnProperty(v: String): Boolean

Attributes

Inherited from:
Object
def isPrototypeOf(v: Object): Boolean

Attributes

Inherited from:
Object
def propertyIsEnumerable(v: String): Boolean

Attributes

Inherited from:
Object
def toLocaleString(): String

Attributes

Inherited from:
Object
def valueOf(): Any

Attributes

Inherited from:
Object

Concrete fields

val breaks: Boolean

Enable GFM line breaks. This option requires the gfm option to be true.

Enable GFM line breaks. This option requires the gfm option to be true.

Attributes

val gfm: Boolean
val highlight: UndefOr[(String, UndefOr[String], Function) => String]

A function to highlight code blocks

A function to highlight code blocks

Attributes

See also
val pedantic: Boolean

Conform to obscure parts of markdown.pl as much as possible. Don't fix any of the original markdown bugs or poor behavior.

Conform to obscure parts of markdown.pl as much as possible. Don't fix any of the original markdown bugs or poor behavior.

Attributes

An object containing functions to render tokens to HTML.

An object containing functions to render tokens to HTML.

Attributes

val sanitize: Boolean

Sanitize the output. Ignore any HTML that has been input.

Sanitize the output. Ignore any HTML that has been input.

Attributes

val smartLists: Boolean

Use smarter list behavior than the original markdown. May eventually be default with the old behavior moved into pedantic.

Use smarter list behavior than the original markdown. May eventually be default with the old behavior moved into pedantic.

Attributes

val smartypants: Boolean

Use "smart" typograhic punctuation for things like quotes and dashes.

Use "smart" typograhic punctuation for things like quotes and dashes.

Attributes

val tables: Boolean

Enable GFM tables. This option requires the gfm option to be true.

Enable GFM tables. This option requires the gfm option to be true.

Attributes