chore: remove trim \n from message (#105)

This commit is contained in:
Bo-Yi Wu
2021-07-12 15:17:02 +08:00
committed by GitHub
parent 2dfbc98fdd
commit ab44454733
5 changed files with 27 additions and 8 deletions
+2 -2
View File
@@ -122,7 +122,7 @@ Example configuration with video message:
+ - tests/video2.mp4
```
Example configuration with message format:
Example configuration with message format (`Markdown` or `HTML`), default as `Markdown`:
```diff
- name: send telegram notification
@@ -130,7 +130,7 @@ Example configuration with message format:
settings:
token: xxxxxxxxxx
to: telegram_user_id
+ format: markdown
+ format: Markdown
```
Example configuration with a custom message template: