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

Blockquotes Not Rendering #397

Closed
rafegoldberg opened this issue Mar 27, 2016 · 5 comments
Closed

Blockquotes Not Rendering #397

rafegoldberg opened this issue Mar 27, 2016 · 5 comments

Comments

@rafegoldberg
Copy link

Heyyo, loving Parsedown! That said, I've been unable to get v1.6 to correctly recognize and render blockquotes. Here's a snippet from my Markdown:

> A simple button object for use anywhere

Per the Markdown syntax standard, one would expect this to render:

<blockquote>A simple button object for use anywhere</blockquote>

Instead I'm seeing the following:

<p>> A simple button object for use anywhere</p>

I went through Parsedown's source code to see if I could fix it but it's a bit over my head. Please advise!

@erusev
Copy link
Owner

erusev commented Mar 27, 2016

hm, can u reproduce this at http://parsedown.org/demo

@rafegoldberg
Copy link
Author

hmmm, good question and strangely enough I can't! Seems to function exactly
as expected, which is great cause it means the issue is on my end
somewhere, but really that only confuses me even more!

On Sun, Mar 27, 2016 at 2:02 PM Emanuil Rusev notifications@github.com
wrote:

hm, can u reproduce this at http://parsedown.org/demo


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
#397 (comment)

--rg

@patkaiist
Copy link

patkaiist commented May 14, 2017

Make sure you're not doing something that's converting it to &gt;. This was my problem. All the > quotes had been converted to html entities in the database I was using. It's probably not an issue with Parsedown so much as something with the text you're attempting to parse. I'd check that first.

@bartb
Copy link

bartb commented Oct 27, 2017

I have the same problem... But only when I use a blockquote inside a div with markdown="1". Maybe that will help somebody.

@aidantwoods
Copy link
Collaborator

Since it didn't appear to be possible to reproduce this issue, I'm going to close this one – please reopen if you can reproduce this with the latest version though.

@bartb it may be the case that your issue related to markdown within HTML is fixed by the changes in #514, which will be included in the next release.

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

5 participants