parsedown: blockquote not work on my site

I have a question, the parser works well on the demo when i want to do a <blockquote> >quote

but it does not work on my site.

the parser does not interpret it

and for the tag <code> i want to replace it with <pre> i use googlePrettify

translated by Google

About this issue

  • Original URL
  • State: closed
  • Created 7 years ago
  • Comments: 15

Most upvoted comments

Also, you shouldnโ€™t need to use both the purifier and safe mode โ€“ but hey it canโ€™t hurt ๐Ÿ˜‰

Yes it could be a little overkill but for me it was an added extra step to make sure only what the parsedown should generate gets out, and from my testing it did stop the XSS issue running it through the purifier before your patch. But running your patch as well as HTML Purifier makes me feel safer ๐Ÿ˜ƒ

I guess I overlooked the HTML Purifier allowing pure HTML tables being written ;D

@aidantwoods thank you for the clarification ๐Ÿ‘

OK thanks for the follow-up !!!

that says the Parsedown works well continue in this way ๐Ÿ˜ƒ