mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
17 lines
373 B
Markdown
17 lines
373 B
Markdown
|
node-red-node-markdown
|
||
|
======================
|
||
|
|
||
|
A <a href="http://nodered.org" target="_new">Node-RED</a> node to convert a markdown string to html.
|
||
|
|
||
|
Install
|
||
|
-------
|
||
|
|
||
|
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.
|