From a3f6927542b020a32b23d2896cbbdff067e21ba3 Mon Sep 17 00:00:00 2001 From: Will Adler Date: Sat, 27 May 2023 01:28:42 -0400 Subject: [PATCH] Update persistent_notification.markdown (#27546) Change term "cursive" to "italic" which is more common. --- source/_integrations/persistent_notification.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/persistent_notification.markdown b/source/_integrations/persistent_notification.markdown index 610734a847f..ec0ce71eeee 100644 --- a/source/_integrations/persistent_notification.markdown +++ b/source/_integrations/persistent_notification.markdown @@ -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)` |