vimwiki-backup / vimwiki

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

Can vimwiki don't convert the raw html #422

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Some reason I want write some raw html in the wiki file, like:
<div>
    <pre>
      <span>hi</span>
      <span>hi</span>
    </pre>
</div>

And I has already set g:vimwiki_valid_html_tags="div,pre,span",
I run :Vimwiki2HTML to convert the wiki file to html file, and I want to get 
the same html in the wiki file, but I got this:

<p>
<div>
</p>
<blockquote>
<pre>
<span> hi</span>
<span> hi</span>
<span> hi</span>
<span> hi</span>
</pre>
</blockquote>
<p>
</div>
</p>

I'm use Vimwiki 2.1 and vim 7.4 , the os is  ArchLinux

Original issue reported on code.google.com by ColdNight.Linux on 27 Dec 2013 at 9:41

GoogleCodeExporter commented 8 years ago
I Have a Good Business Deal For You..

THanks 

barripromisekofa@gmail.com

Original comment by barripro...@gmail.com on 2 Apr 2014 at 11:40