mirror of
https://github.com/binwiederhier/ntfy.git
synced 2025-12-23 22:27:49 -05:00
Merge pull request #1517 from lukestein/lukestein-docs-corrections
Fix formatting in Python example in publish.md
This commit is contained in:
@@ -705,8 +705,8 @@ As of today, **Markdown is only supported in the web app.** Here's an example of
|
||||
=== "Python"
|
||||
``` python
|
||||
requests.post("https://ntfy.sh/mytopic",
|
||||
data="Look ma, **bold text**, *italics*, ..."
|
||||
headers={ "Markdown": "yes" }))
|
||||
data="Look ma, **bold text**, *italics*, ...",
|
||||
headers={ "Markdown": "yes" })
|
||||
```
|
||||
|
||||
=== "PHP"
|
||||
|
||||
Reference in New Issue
Block a user