String of markdown source to be compiled
Hash of options, having async: true
Promise of string of compiled HTML
Compiles markdown to HTML synchronously.
String of markdown source to be compiled
Optional options: MarkedOptionsOptional hash of options
String of compiled HTML
Compiles markdown to HTML asynchronously with a callback.
String of markdown source to be compiled
Function called when the markdownString has been fully parsed when using async highlighting
Compiles markdown to HTML asynchronously with a callback.
String of markdown source to be compiled
Hash of options
Function called when the markdownString has been fully parsed when using async highlighting
Compiles markdown to HTML asynchronously.