From 5483fbff7d20bb77d9c138d662222f0a5441de16 Mon Sep 17 00:00:00 2001 From: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> Date: Tue, 12 Jan 2021 13:41:19 -0800 Subject: [PATCH] Update documentation-markdown-guide.md (#30207) --- contribute/style-guides/documentation-markdown-guide.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/contribute/style-guides/documentation-markdown-guide.md b/contribute/style-guides/documentation-markdown-guide.md index 83b886a9314..a17315968b6 100644 --- a/contribute/style-guides/documentation-markdown-guide.md +++ b/contribute/style-guides/documentation-markdown-guide.md @@ -121,10 +121,13 @@ _Do not_ use image shortcodes at this time. Include images in a document using the following syntax: ``` -![Alt text](link to image, starting with /img/docs/ if it is to an internal image) +![Alt text](link to image, starting with /img/docs/ if it is to an internal image "Title of image in sentence case") ``` +> **Note:** Alt text does not appear when the user hovers the mouse over the image, but title text does. + **Examples:** + - \!\[Grafana logo](/link/to/grafanalogo/logo.png) - \!\[Example](/img/docs/folder_name/alert_test_rule.png)