node-editor: Make the help more helpful

I struggled to remember how newlines vs strings work in
this format, so put it in the docs.
This commit is contained in:
Matthias Clasen 2022-07-15 07:42:35 -04:00
parent 2cbb955e49
commit 69336fa5f1

View File

@ -13,6 +13,8 @@ Each node has its own `<node-name>` and supports a custom set of properties, eac
When serializing and the value of a property equals the default value, this value will not be serialized. Serialization aims to produce an output as small as possible. When serializing and the value of a property equals the default value, this value will not be serialized. Serialization aims to produce an output as small as possible.
To embed newlines in strings, use \A. To break a long string into multiple lines, escape the newline with a \.
# Nodes # Nodes
### container ### container