diff --git a/content/en/docs/test.md b/content/en/docs/test.md index 21ac5c97cc..2fd2c0db6e 100644 --- a/content/en/docs/test.md +++ b/content/en/docs/test.md @@ -298,14 +298,6 @@ which is preferred to using a HTML `` tag. Also, if you need the image to also be a hyperlink, use the `link` attribute, rather than wrapping the whole figure in Markdown link syntax as shown below. -```markdown -
- {{< figure src="/images/pencil.png" title="Pencil icon" caption="An image used to illustrate the figure shortcode" width="200px" >}} -
-``` - -Produces: -
{{< figure src="/images/pencil.png" title="Pencil icon" caption="An image used to illustrate the figure shortcode" width="200px" >}}