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"
|
||||||
``` 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"
|
||||||
|
|||||||
Reference in New Issue
Block a user