From c14c8efa6d0357dc50fcf7f7c4846af4e31299a5 Mon Sep 17 00:00:00 2001 From: andf-viam <132301587+andf-viam@users.noreply.github.com> Date: Tue, 5 Sep 2023 11:52:10 -0400 Subject: [PATCH 1/2] Fix emphasis typo --- docs/note.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/note.md b/docs/note.md index 95f223b5e7..1b24283770 100644 --- a/docs/note.md +++ b/docs/note.md @@ -59,7 +59,7 @@ The following is an example of the secret-share.md alert added usin - **Markdown Image Example**
![expand example](/general/expander-markdown.png)
-- **HTML Image Example*- (with border)
+- **HTML Image Example**- (with border)
{{}} From 2f0b1feaf8c0773e1d0d2b3af29ebfc5fa82c423 Mon Sep 17 00:00:00 2001 From: andf-viam <132301587+andf-viam@users.noreply.github.com> Date: Tue, 5 Sep 2023 11:55:12 -0400 Subject: [PATCH 2/2] More em fixes --- docs/note.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/note.md b/docs/note.md index 1b24283770..d988f7d757 100644 --- a/docs/note.md +++ b/docs/note.md @@ -59,7 +59,7 @@ The following is an example of the secret-share.md alert added usin - **Markdown Image Example**
![expand example](/general/expander-markdown.png)
-- **HTML Image Example**- (with border)
+- **HTML Image Example** (with border)
{{}} @@ -254,12 +254,12 @@ Use to notify the reader of information to avoid loss of life, personal injury, ## Using the Figure Shortcode The figure shortcode enhances the existing figure and figurecaption html tags. -Figure supports the standard html attributes associated with the html img and figure tags, as well as an **attr*- element for attribution text and **attrlink*- if you wish to add a link to the attribution text. +Figure supports the standard html attributes associated with the html img and figure tags, as well as an **attr** element for attribution text and **attrlink** if you wish to add a link to the attribution text. {{< figure src="/general/figure-shortcode.png" alt="The shortcode used to display an image, its caption, and its attribution." title="Figure Shortcode" >}} This shortcode places the caption (that is the "title") above the table. -The **title*- is set in 12pt italic with a green underline. +The **title** is set in 12pt italic with a green underline. Figure styles the Attribution text as body text.