node-red-nodes/parsers/markdown
Sam Machin 2d28a2304f
Update package.jsons for mono-repo (#851)
Update the package.json for each node to point to the directory within the repo that hosts the code for the package in question.  as per https://docs.npmjs.com/cli/v7/configuring-npm/package-json#repository
2021-11-02 15:22:30 +00:00
..
examples Add simple markdown example flow 2019-07-09 21:07:26 +01:00
icons Add initial markdown node 2019-07-05 18:53:25 +01:00
70-markdown.html Move base64, msgpack, and markdown nodes to parser category 2020-02-25 17:41:45 +00:00
70-markdown.js add tests for markdown node 2019-07-05 23:54:27 +01:00
LICENSE Add initial markdown node 2019-07-05 18:53:25 +01:00
README.md add tests for markdown node 2019-07-05 23:54:27 +01:00
package.json Update package.jsons for mono-repo (#851) 2021-11-02 15:22:30 +00:00

README.md

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.