You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Double quotes should always be permitted in the body of a HTML element that Parsedown produces – we only need to encode quotes when they go into an attribute (e.g. like when setting the alt description of an image). This to say that your example text should work regardless of escaping settings :)
There is a fix in #574. It ended up being a bit of a bigger change than I thought it would be initially, but encompassed some changes I was meaning to do anyway after #569.
Yeah, I realised. Just that my board members love BBCode more than Markdown, but we like having markdown on the wiki.
Also, uh, another thing I've realised:
Posted by "DestroyerXL44" id="3297"
But the &-quot; thing replaces the " (sorry, github formatting)
I've tried
->setMarkupEscaped(false),
but it didn't fix that.I've also tried
setSafeMode(true),
but neither did that. fix itFor reference, below is my configuration:
The text was updated successfully, but these errors were encountered: