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

Text ignored if on same line as quote #80

Open
merfed opened this issue Nov 22, 2015 · 2 comments
Open

Text ignored if on same line as quote #80

merfed opened this issue Nov 22, 2015 · 2 comments
Labels

Comments

@merfed
Copy link

merfed commented Nov 22, 2015

This really pertains to parsing inline html. But, the issue still shows up in Parsedown Extra. It however parses as intended in Parsedown.

So say you supply this to parsedown-extra:
<blockquote><cite><a href="#">Test</a></cite><p>test</p></blockquote> test two

The result is
<blockquote><cite><a href="#">Test</a></cite><p>test</p></blockquote>

It's ignoring, and dropping any text that's on the same line as the blockquote after closing.

@erusev erusev added the issue label Nov 22, 2015
@AlfredoRamos
Copy link

It seems to be related with issue #44

@erusev
Copy link
Owner

erusev commented Nov 23, 2015

@AlfredoRamos that's correct, thanks for pointing it out

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

No branches or pull requests

3 participants