Namespace: html

lib. html

Html module.

Author:
  • Taka Okunishi
Source:

Methods

<static> markdown2html(src, dest, callback)

Convert a markdown file to a html.

Parameters:
Name Type Description
src string

Source markdown file path.

dest string

Destination html file path.

callback function

Callback when done.

Author:
  • Taka Okunishi
Source:

<static> prettifyHtml(source)

Prettify html strings.

Parameters:
Name Type Description
source string

Source html string.

Source:
See: