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

blockquote inside list do not work #243

Open
DenisDuev opened this issue Jun 14, 2022 · 1 comment
Open

blockquote inside list do not work #243

DenisDuev opened this issue Jun 14, 2022 · 1 comment

Comments

@DenisDuev
Copy link

Same as: #242, the difference is that the blockquote is inside list.

For example:

1. list
  > blockquote

Returns:

<ol>
<li>list
&gt; blockquote</li>
</ol>

Expected:

<ol>
<li>list</li>
</ol>
<blockquote>
<p>blockquote</p>
</blockquote>
@miekg
Copy link
Collaborator

miekg commented Jun 14, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants