vimwiki-backup / vimwiki

Automatically exported from code.google.com/p/vimwiki
1 stars 1 forks source link

Can not insert a image #350

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.I want to insert a image, so i write: [[1.png]]
2.It generates: <a href="1.png.html">1.png<a>
3.I also tried: [1.png]
4.It just show without any changing. 

What is the expected output? What do you see instead?
<img src="1.png">

What version of the product are you using? On what operating system?
vimwiki 2.0.1 on Ubuntu11

Please provide any additional information below.

Original issue reported on code.google.com by wangxingchao@gmail.com on 19 Jul 2012 at 12:56

GoogleCodeExporter commented 8 years ago
Try {{1.png}}

see :h vimwiki-syntax-transclude

Original comment by habamax on 19 Jul 2012 at 2:02

GoogleCodeExporter commented 8 years ago
habamax,thank you very much!

Original comment by wangxingchao@gmail.com on 20 Jul 2012 at 2:40