Docs docs docs

This commit is contained in:
binwiederhier
2026-01-20 13:52:03 -05:00
parent 01ef1d3004
commit 7a7c94cd40
17 changed files with 183 additions and 24 deletions

View File

@@ -641,7 +641,7 @@ You can format messages using [Markdown](https://www.markdownguide.org/basic-syn
By default, messages sent to ntfy are rendered as plain text. To enable Markdown, set the `X-Markdown` header (or any of
its aliases: `Markdown`, or `md`) to `true` (or `1` or `yes`), or set the `Content-Type` header to `text/markdown`.
As of today, **Markdown is only supported in the web app.** Here's an example of how to enable Markdown formatting:
Here's an example of how to enable Markdown formatting:
=== "Command line (curl)"
```