diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2024-09-16 12:10:02 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2024-09-16 12:10:02 +0200 |
| commit | 4e7e11cfd56adfa14a557c76e192ff3148cd2842 (patch) | |
| tree | f7e61dd1ec2ba76535b4650e6e5b960f337a88f0 /README.md | |
| parent | 9acbbf34f8183ead1f2a12e60ecb919d5b3fec07 (diff) | |
3.0.03.0.0
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -71,9 +71,10 @@ You can group nodes together by using `[Group] NodeA NodeB...`. eg. ### Notes -You can add notes by using `[Note] (x,y) Text`. eg. +You can add notes `[Note] (x, y) Text` where x and y are numbers, and Text is +any text with spaces or `\n`. -- `[Note] (10, 20.1) This is a note, it will wrap itself` -- `[Note] (10, 20.1) This is a note,\nwith a forced wrap` +- `[Note] (30, 45) Here we want to call out an explanation or context.` +- `[Note] (90, 25) We're close to the edge \n so we can multiline it.` [swift-format]: https://github.com/apple/swift-format.git |