Skip to content

Commit 90f24e0

Browse files
committed
pushover: Document HTML/monospace message formatting in config
Signed-off-by: Markus Cisler <[email protected]>
1 parent d1adca6 commit 90f24e0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/configuration.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1330,6 +1330,11 @@ token_file: <filepath>
13301330
# Optional time to live (TTL) to use for notification, see https://pushover.net/api#ttl
13311331
[ ttl: <duration> ]
13321332
1333+
# Optional HTML/monospace formatting for the message, see https://pushover.net/api#html
1334+
# html and monospace formatting are mutually exclusive.
1335+
[ html: <boolean> | default = false ]
1336+
[ monospace: <boolean> | default = false ]
1337+
13331338
# The HTTP client's configuration.
13341339
[ http_config: <http_config> | default = global.http_config ]
13351340
```

0 commit comments

Comments
 (0)