Update persistent_notification.markdown (#27546)

Change term "cursive" to "italic" which is more common.
This commit is contained in:
Will Adler 2023-05-27 01:28:42 -04:00 committed by GitHub
parent 2a47c819d6
commit a3f6927542
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -78,7 +78,7 @@ The message attribute supports the [Markdown formatting syntax](https://daringfi
| Headline 2 | `## Headline` |
| Newline | `\n` |
| Bold | `**My bold text**` |
| Cursive | `*My cursive text*` |
| Italic | `*My italic text*` |
| Link | `[Link](https://home-assistant.io/)` |
| Image | `![image](/local/my_image.jpg)` |