Vuepress: Insert image syntax does not work

Created on 14 Apr 2018  路  4Comments  路  Source: vuejs/vuepress

According to the tutorial in the "Asset Handling" section, I used the

![An image][./image.png]

statement to insert an image, but it did not work and was output to the page as it was.
image
image

Most helpful comment

That might be a typo, should be ![]()

All 4 comments

That might be a typo, should be ![]()

@egoist that was it! thanks

@egoist Thank you, you are right. In addition, using relative paths can work, but the alias mode does not work.

@mqhe2007 it's just an example - you need to configure the alias yourself.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

shaodahong picture shaodahong  路  3Comments

herrbischoff picture herrbischoff  路  3Comments

lesliecdubs picture lesliecdubs  路  3Comments

ynnelson picture ynnelson  路  3Comments

FadySamirSadek picture FadySamirSadek  路  3Comments