vimwiki-backup / vimwiki

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

External link with description can't work #304

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install the newest vimwiki(vimwiki-2.0) 
2. I write the following content in index.wiki:
   [http://google.com Google]
3. Use Vimwiki2Html convert index.wiki to index.html
4. The convertion did not correctly:
   [ <a href="http://www.google.com">http://www.google.com</a> Google]

What is the expected output? What do you see instead?
It should convert index.wiki to html looks like:
   <a href="http://www.google.com">Google</a>

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by yunkai...@gmail.com on 9 May 2012 at 3:52

GoogleCodeExporter commented 9 years ago
I seems this description about "External link with description" is error:
https://code.google.com/p/vimwiki/wiki/Syntax

I can reach the same purpose use following Syntax:
    [[ http://google.com | Google ]]

Original comment by yunkai...@gmail.com on 9 May 2012 at 4:00

GoogleCodeExporter commented 9 years ago
future v2 syntax is not compatible with v1.2 in some cases. Moreover v2 is not 
yet released, thus documentation is not updated yet.

Original comment by habamax on 9 May 2012 at 7:44