Marked

io.laminext.markdown.markedjs.Marked$
object Marked extends Object

Attributes

See also:
Graph
Supertypes
class Object
trait Any
class Object
trait Matchable
class Any
Self type
Marked.type

Members list

Concise view

Value members

Concrete methods

def parse(markdownString: String, options: Object, callback: Function): String

Attributes

callback

Function called when the markdownString has been fully parsed when using async highlighting. If the options argument is omitted, this can be used as the second argument.

markdownString

String of markdown source to be compiled.

options

Hash of options. Can also be set using the marked.setOptions method as seen above.

def setOptions(options: Object): Unit

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