chore: Make clearer in the example that the fallback prefix sequence should be repeated for each line

Signed-off-by: Samuel Loury <konubinixweb@gmail.com>
This commit is contained in:
Samuel Loury 2023-12-04 10:41:59 +01:00
parent 59f8d632a3
commit cfd03cdc63
No known key found for this signature in database
GPG key ID: 75D23CED7439106A
2 changed files with 3 additions and 1 deletions

View file

@ -0,0 +1 @@
Make clearer in the example that the fallback prefix sequence should be repeated for each line.

View file

@ -60,7 +60,8 @@ specific fallback text is different for each `msgtype`, however the
general format for the `body` is:
```text
> <@alice:example.org> This is the original body
> <@alice:example.org> This is the first line of the original body
> This is the second line
This is where the reply goes
```