You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here are several items to consider when adding diagram captions.
498
+
Here are several items to consider when adding diagram captions:
499
499
500
500
* Use`<figcation></figcaption>` tags to add a diagram caption for `Inline`, `Mermaid+SVG` and `External Tool` diagrams.
501
501
* Wrap caption text inside `<p></p>` 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.
504
504
* Position your diagram caption __BELOW__ your diagram.
505
505
* You can hyperlink your caption using `<a></a>` tags.
506
506
507
-
Caption for the `/images/docs/components-of-kubernetes.svg` diagram.
507
+
Here is the caption for the `/images/docs/components-of-kubernetes.svg` diagram:
@@ -523,7 +523,7 @@ Here is an example of a caption referral included in your content text:
523
523
```text
524
524
Figure 9 depicts the components of the Kubernetes architecture. The control plane ...
525
525
```
526
-
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.
526
+
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.
0 commit comments