Skip to content

Commit 6326004

Browse files
committed
use md for inline code again, build error came from gh pages jekyll task that is now disabled
1 parent 8e456cb commit 6326004

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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 <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>.
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" %})`.
2727

2828

2929
## Variables

0 commit comments

Comments
 (0)