mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
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:
@@ -1,4 +1,4 @@
|
||||
<script type="text/x-red" data-help-name="base64">
|
||||
<script type="text/html" data-help-name="base64">
|
||||
<p>選択したプロパティ(デフォルトは<code>msg.payload</code>)のBase64変換を行います。</p>
|
||||
<p>入力がバッファであれば、Base64エンコードされた文字列に変換します。</p>
|
||||
<p>入力がBase64文字列であれば、バイナリバッファ形式に変換します。</p>
|
||||
|
Reference in New Issue
Block a user