-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
PHP fatal error on parsing header ("#") #30
Comments
It appears that changing |
What will happen if you add at least 1 space after |
Ah I should have mentioned that, it does the same thing with or without a space. |
Please use the exact version of |
I have the same issue as #29 (comment), meaning 0.8.0 does not work for me. I also haven't seen that issue with ParsedownExtra 0.8.1, so I'm not sure whether I've just not encountered it or if perhaps the index into ['text'] is actually correct (as this is what Parsedown seems to want from blockHeader, as best I understand). |
Okay, if this is not an issue with Parsedown Extra 0.8.1 then that will be a good news for me too. With a little fix. |
The problem is that your core Be sure to perform this task before installing:
|
PHP 8.2.1
ParsedownExtraPlugin 1.3.9
ParsedownExtra 0.8.1
Parsedown 1.7.4
Produced with:
The
print_r
of$Element
reports:Array\n(\n [name] => h1\n [text] => test\n [handler] => line\n [attributes] => Array\n (\n )\n\n)\n
Where
[handler]
is indeed a string.The text was updated successfully, but these errors were encountered: