diff options
author | Tristan Read <tread@gitlab.com> | 2019-08-13 17:21:22 +0200 |
---|---|---|
committer | Tristan Read <tread@gitlab.com> | 2019-08-13 17:21:22 +0200 |
commit | e5974c86af185cfa1e37882cee42d5d65ffd5f66 (patch) | |
tree | 87278cd563a4e0f74b605661b385524a2311b4c4 /doc/user/markdown.md | |
parent | 178504e8b8e4c416e6c7245067604a18616d3cc5 (diff) | |
download | gitlab-ce-tr-embed-metrics-frontend-docs.tar.gz |
Fix link and heading depthtr-embed-metrics-frontend-docs
Diffstat (limited to 'doc/user/markdown.md')
-rw-r--r-- | doc/user/markdown.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/markdown.md b/doc/user/markdown.md index d93d341c92e..6cfc8b6429b 100644 --- a/doc/user/markdown.md +++ b/doc/user/markdown.md @@ -533,7 +533,7 @@ This snippet links to `<wiki_root>/miscellaneous.md`: [Link to Related Page](/miscellaneous.md) ``` -#### Embedding metrics in GitLab Flavored Markdown +### Embedding metrics in GitLab Flavored Markdown Metric charts can be embedded within GitLab Flavored Markdown. See [Embedding Metrics within GitLab flavored Markdown](../user/project/integrations/prometheus.md#embedding-metric-charts-within-gitlab-flavored-markdown) for more details. |