formatters/markdown

Module: formatters/markdown

A module that exposes a single function for formatting an array of CanvasNative line objects as Markdown

(require("formatters/markdown"))(nativeLines) → {string}

Format an array of CanvasNative lines as Markdown.

Parameters
Name Type Description
nativeLines Array.<Type>

The CanvasNative lines

Returns

The Markdown text

Type
string