From 6bf2229de21da09ca2cc1d20eb2e0757eed205cf Mon Sep 17 00:00:00 2001 From: windsonsea Date: Sat, 8 Feb 2025 11:23:23 +0800 Subject: [PATCH] Fix a figure rendering issue in docs/test.md --- content/en/docs/test.md | 8 -------- 1 file changed, 8 deletions(-) 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" >}}