Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing </blockquote> tag in html #1397

Open
ludenticus opened this issue Mar 15, 2024 · 0 comments
Open

Missing </blockquote> tag in html #1397

ludenticus opened this issue Mar 15, 2024 · 0 comments

Comments

@ludenticus
Copy link

ludenticus commented Mar 15, 2024

Problem description

Vimwiki produces no closing tag of blockquote. Maybe related to issue #1007.

I have the following text:

= Header =
Lorem ipsum

> Lorem ipsum

== Header ==

Converted to html it produces

<div id="Header"><h1 id="Header" class="header"><a href="#Header">Header</a></h1></div>
<p>
Lorem ipsum
</p>

<blockquote>
<p>
 Lorem ipsum

</pre></code>
<div id="Header-Header"><h2 id="Header" class="header"><a href="#Header-Header">Header</a></h2></div>
<p>
Lorem ipsum
</p>

As you can see, there are no </p> and </blockquote> tags. Instead, there are two closing tags: </pre> and </code>. It only happens whenever there is a Header next to the blockquote. If there is a regular paragraph after the blockquote, it produces the html as it should. Four spaces produce <code> and </code> tags.

Version

Version: 2024.01.24
OS: Linux
Neovim: 0.9.4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants