Marked

@native @JSImport("marked") @JSType object Marked extends Object
class Object
trait Any
class Object
trait Matchable
class Any

Value members

Concrete methods

def parse(markdownString: String, options: Object, callback: Function): String
Value Params
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
Inherited from
Object
def isPrototypeOf(v: Object): Boolean
Inherited from
Object
def propertyIsEnumerable(v: String): Boolean
Inherited from
Object
def toLocaleString(): String
Inherited from
Object
def valueOf(): Any
Inherited from
Object