Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 85481b1

Browse files
committed
Remove the "height" kramdown attribute
1 parent d4b8e1c commit 85481b1

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

src/guides/v2.2/cloud/bk-cloud.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ The [`{{site.data.var.ct}}` package][ece] is a scalable deployment tool that sim
2727
<!-- Link definitions -->
2828

2929
[Cloud Benefits]: {{site.baseurl}}/common/images/cloud/CloudBenefits.svg
30-
{:width="930px" height="305px"}
30+
{:width="930px"}
3131

3232
[Cloud Stack]: {{site.baseurl}}/common/images/cloud/CloudStack.png
33-
{:width="804px" height="721px"}
33+
{:width="804px"}
3434

3535
[ece]: {{page.baseurl}}/cloud/reference/ece-tools-reference.html

src/guides/v2.2/contributor-guide/templates/basic_template.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,11 @@ Once the image is added, you can use it in your documentation:
9090

9191
You can even scale the image if it is too large:
9292

93-
*Example:* `![Scaled Image]({{ site.baseurl }}/common/images/install_cygwin.png){:width="446" height="246"}`
93+
*Example:* `![Scaled Image]({{ site.baseurl }}/common/images/install_cygwin.png){:width="446"}`
9494

9595
*Output:*
9696

97-
![Scaled Image Example]({{ site.baseurl }}/common/images/install_cygwin.png){:width="446" height="246"}
97+
![Scaled Image Example]({{ site.baseurl }}/common/images/install_cygwin.png){:width="446"}
9898

9999
### Tables {#tables}
100100

src/guides/v2.2/ext-best-practices/extension-coding/example-module-adminpage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ The `menu.xml` file provided below adds two items in the Content section of the
113113
1. A new separate section with the title **Greetings** under Content.
114114
1. A link with the label **Hello World** that leads to a page request for `exampleadminnewpage/helloworld/index` underneath that new section.
115115

116-
![Hello World menu item]({{ site.baseurl }}/common/images/ext-best-practices/hello-world-menu-item.png){:width="322px" height="400px"}
116+
![Hello World menu item]({{ site.baseurl }}/common/images/ext-best-practices/hello-world-menu-item.png){:width="322px"}
117117

118118
The following parts make up the generated page request link to the **Hello World** page:
119119

src/guides/v2.3/ext-best-practices/extension-coding/example-module-adminpage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ The `menu.xml` file provided below adds two items in the Content section of the
117117
1. A new separate section with the title **Greetings** under Content.
118118
1. A link with the label **Hello World** that leads to a page request for `exampleadminnewpage/helloworld/index` underneath that new section.
119119

120-
![Hello World menu item]({{ site.baseurl }}/common/images/ext-best-practices/hello-world-menu-item.png){:width="322px" height="400px"}
120+
![Hello World menu item]({{ site.baseurl }}/common/images/ext-best-practices/hello-world-menu-item.png){:width="322px"}
121121

122122
The following parts make up the generated page request link to the **Hello World** page:
123123

0 commit comments

Comments
 (0)