From 36bcc388cf0333e4cd30e686efa290fa40cebe58 Mon Sep 17 00:00:00 2001 From: chrismetz09 Date: Thu, 9 Dec 2021 12:11:25 -0800 Subject: [PATCH] fixed colon typos --- content/en/docs/contribute/style/diagram-guide.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/content/en/docs/contribute/style/diagram-guide.md b/content/en/docs/contribute/style/diagram-guide.md index 227217e1ea..fa47bb765f 100644 --- a/content/en/docs/contribute/style/diagram-guide.md +++ b/content/en/docs/contribute/style/diagram-guide.md @@ -479,7 +479,7 @@ Proper captioning involves three components: diagram, diagram caption and the di **Diagram** -Here is the `{{}}` shortcode for the diagram. +Here is the `{{}}` shortcode for the diagram: ```text {{}} ``` @@ -495,7 +495,7 @@ Next, add a diagram caption. You must use the following format: ```text

Figure #. CAPTION TEXT


``` -Here are several items to consider when adding diagram captions. +Here are several items to consider when adding diagram captions: * Use`` tags to add a diagram caption for `Inline`, `Mermaid+SVG` and `External Tool` diagrams. * Wrap caption text inside `

` tags using `style="padding-left: 310px; font-weight: bold"`. This provides a consistent style for the caption text. @@ -504,11 +504,11 @@ Here are several items to consider when adding diagram captions. * Position your diagram caption __BELOW__ your diagram. * You can hyperlink your caption using `` tags. -Caption for the `/images/docs/components-of-kubernetes.svg` diagram. +Here is the caption for the `/images/docs/components-of-kubernetes.svg` diagram: ```text

Figure 4. Kubernetes Architecture.


``` -Hyperlinked caption for the same diagram. +Here is the hyperlinked caption for the same diagram: ```text

Figure 4. Kubernetes Architecture Test.


``` @@ -523,7 +523,7 @@ Here is an example of a caption referral included in your content text: ```text Figure 9 depicts the components of the Kubernetes architecture. The control plane ... ``` -Diagram referrals are optional and there are cases where they might not be suitable. If you are not sure, add a diagram referral to your text to see if it sounds okay. When in doubt, use a diagram referral. +Diagram referrals are optional and there are cases where they might not be suitable. If you are not sure, add a diagram referral to your text to see if it looks and sounds okay. When in doubt, use a diagram referral. **Complete picture**