0.1.4 • Published 4 years ago

node-red-node-markdown v0.1.4

Weekly downloads
23
License
Apache-2.0
Repository
github
Last release
4 years ago

node-red-node-markdown

A Node-RED node to convert a markdown string to html.

Install

Either use the Node-RED Menu - Manage Palette - Install, or run the following command in your Node-RED user directory - typically ~/.node-red

npm install node-red-node-markdown

Usage

If the input is a string it tries to convert it into an html string.

Uses the markdown-it library - You can see a demo here.

It is configured with html, linkify and typographer options turned on.

0.1.4

4 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago