Closed grottohub closed 4 years ago
What version are you using? Current ParsedownExtraPlugin
extension version is 1.2.0. I seem to have experienced this issue before, it’s just that I forgot where.
Yes, I was using an older version, got it updated 👍
Hey there, I've come across an issue when using exclamation points in .md files. I understand that '!' is an identifier for images, but it should be able to recognize when it's not being used for that purpose, yeah?
I'm making a markdown editor for our work's knowledge base and so far this has worked flawlessly, so credit where it's due for sure. But whenever I use an exclamation point in a context that isn't with an ![Image] tag, it takes the page about two minutes to load and then PHP fails after the parser function is called.
Here's a sample of a .md that I parse into a string:
The above provides the following after about two minutes:
If I remove 'Test!' it looks like this(load time about 400ms):
And here's proof that images work as intended:
If you need any more info about my project/code structure, let me know and I'll provide it.