Move base64, msgpack, and markdown nodes to parser category

to be consistent with other parsers, and change x-red to html
This commit is contained in:
Dave Conway-Jones
2020-02-25 17:41:45 +00:00
parent be5f79becc
commit 4efb7417df
8 changed files with 13 additions and 13 deletions

View File

@@ -1,4 +1,4 @@
<script type="text/x-red" data-help-name="base64">
<script type="text/html" data-help-name="base64">
<p>A function that converts the chosen property (default <code>msg.payload</code>) to and from base64 format.</p>
<p>If the input is a buffer it converts it to a Base64 encoded string.</p>
<p>If the input is a Base64 string it converts it back to a binary buffer.</p>