vimwiki-backup / vimwiki

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

incorrect link when it has "/#" #361

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. if the link in table like this
| ID    | link                                                        |
|-------|-------------------------------------------------------------|
| 35588 | [[https://gerrit-review.googlesource.com/#/c/35850/|35850]] |  

2. after convert to html

the link is becomes:
https://gerrit-review.googlesource.com/\#/c/35850/

What is the expected output? What do you see instead?
https://gerrit-review.googlesource.com/#/c/35850/

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

$hg log 
changeset:   717:0d09714aa6de
tag:         tip
user:        Maxim Kim <habamax@gmail.com>
date:        Sat Jul 07 11:07:13 2012 +0400
summary:     changelog update

Please provide any additional information below.

Original issue reported on code.google.com by xinyun...@gmail.com on 22 Aug 2012 at 3:50

GoogleCodeExporter commented 8 years ago
Thx!

Original comment by habamax on 22 Aug 2012 at 4:22

GoogleCodeExporter commented 8 years ago
I have fixed it. I'll push changes tonight.

Original comment by habamax on 22 Aug 2012 at 8:48

GoogleCodeExporter commented 8 years ago
I've found internet :)

Original comment by habamax on 22 Aug 2012 at 9:08

GoogleCodeExporter commented 8 years ago
Verified. The quick fix is amazing! Thx!

Original comment by xinyun...@gmail.com on 23 Aug 2012 at 6:12