mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-25 21:21:21 +00:00
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:
parent
2cbb955e49
commit
69336fa5f1
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user