From 19ff13789a95ff08f2399ca9bfe82efe514c66c6 Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Thu, 11 Jul 2024 20:37:04 -0400 Subject: [PATCH] Updated Notify_ntfy (markdown) --- Notify_ntfy.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Notify_ntfy.md b/Notify_ntfy.md index 33a1ce8..82e67ef 100644 --- a/Notify_ntfy.md +++ b/Notify_ntfy.md @@ -61,4 +61,13 @@ We can also send a notification to the ntfy.sh server: # Assuming our {topic} is great-place apprise -vv -t "Test Message Title" -b "Test Message Body" \ ntfy://great-place +``` + +Ntfy also supports Markdown; if you want to leverage this, simply add `?format=markdown` to your Apprise URL; eg: +```bash +# Assuming our {hostname} is localhost +# Assuming our {topic} is great-place +# Assuming we want to leverage the markdown support +apprise -vv -t "Test Message Title" -b "# Markdown Support" \ + "ntfy://localhost/great-place?format=markdown" ``` \ No newline at end of file