From d6948bae62d0b48e26d241305c949f5606807072 Mon Sep 17 00:00:00 2001 From: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> Date: Tue, 12 Jan 2021 12:25:05 -0800 Subject: [PATCH] Update documentation-markdown-guide.md (#30235) --- contribute/style-guides/documentation-markdown-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contribute/style-guides/documentation-markdown-guide.md b/contribute/style-guides/documentation-markdown-guide.md index b773edc3732..83b886a9314 100644 --- a/contribute/style-guides/documentation-markdown-guide.md +++ b/contribute/style-guides/documentation-markdown-guide.md @@ -125,7 +125,7 @@ Include images in a document using the following syntax: ``` **Examples:** -- \!\[Grafana Logo](/link/to/grafanalogo/logo.png) +- \!\[Grafana logo](/link/to/grafanalogo/logo.png) - \!\[Example](/img/docs/folder_name/alert_test_rule.png) This follows the format of "!", alt text wrapped in "[]" and the link URL wrapped in "()".