Skip to content

Commit d7203f9

Browse files
committed
fix: explicit inline code tag to prevent vitepress of thinking that's an template tag
1 parent 17a1736 commit d7203f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guide/docs/docs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Lorem… 
2323

2424
## Images
2525

26-
You can add images to your documentation, the files need to be placed inside the folder `./docs/images/`. Inside the Markdown files include them with `![]({% static "<filename> %})`. For example the image at `./docs/images/example.png` would be included by `![]({% static "example.png" %})`.
26+
You can add images to your documentation, the files need to be placed inside the folder `./docs/images/`. Inside the Markdown files include them with <code v-pre>![]({% static "$filename %})</code>. For example the image at `./docs/images/example.png` would be included by <code v-pre>![]({% static "example.png" %})</code>.
2727

2828

2929
## Variables

0 commit comments

Comments
 (0)