and add vim user group in the hope that some vimwiki user already solved/workarounded it...

On 03/03/2013 01:14 PM, ping wrote:
I've been testing vimwiki for the whole weekend...


found another issue: vimwiki currently dont' supprort nested backquotes?

so if you have this texts:

line 1
line 2
    line 3 after 4 spaces
        line 4 after 4 spaces
            line 5 [[after]] 4 spaces

it generates:

<p>
line 1
line 2
</p>
<blockquote>
line 3 after 4 spaces
line 4 after 4 spaces
line 5 <a href="after.html">after</a> 4 spaces
</blockquote>

while it shoud be:

<p>
line 1
line 2
</p>
<blockquote>
line 3 after 4 spaces
<blockquote>
line 4 after 4 spaces
</blockquote>
<blockquote>
line 5 <a href="after.html">after</a> 4 spaces
</blockquote>
</blockquote>
</blockquote>

can this be fixed?



--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to