Fix formatting in Python example in publish.md

This commit is contained in:
Luke Stein
2025-12-17 14:56:59 -05:00
committed by GitHub
parent ce878a5d03
commit d9d02dbbc1

View File

@@ -705,8 +705,8 @@ As of today, **Markdown is only supported in the web app.** Here's an example of
=== "Python" === "Python"
``` python ``` python
requests.post("https://ntfy.sh/mytopic", requests.post("https://ntfy.sh/mytopic",
data="Look ma, **bold text**, *italics*, ..." data="Look ma, **bold text**, *italics*, ...",
headers={ "Markdown": "yes" })) headers={ "Markdown": "yes" })
``` ```
=== "PHP" === "PHP"