Html module.
- Source:
Methods
-
<static> markdown2html(src, dest, callback)
-
Convert a markdown file to a html.
Parameters:
Name Type Description srcstring Source markdown file path.
deststring Destination html file path.
callbackfunction Callback when done.
-
<static> prettifyHtml(source)
-
Prettify html strings.
Parameters:
Name Type Description sourcestring Source html string.