Changelog, CLI fix

This commit is contained in:
binwiederhier 2023-07-09 07:50:00 -04:00
parent 68f82b9182
commit 2d1f2f319f
3 changed files with 3 additions and 2 deletions

View file

@ -653,8 +653,8 @@ As of today, **Markdown is only supported in the web app.** Here's an example of
=== "ntfy CLI"
```
ntfy publish \
mytopic \
--markdown \
mytopic \
"Look ma, **bold text**, *italics*, ..."
```