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
Enter the markdown file listed in the issue description
Expected behavior
<blockquote><p>This is a blockquote</p></blockquote><blockquote><p>This is another blockquote</p></blockquote>
Workaround
Add a newline and regular text between the elements
Screenshots
Desktop (please complete the following information):
OS: Ubuntu 22.04
Browser Firefox 102
Solution proposal
I tested the newest Parsedown beta v2.0.0-beta-1 and it looks like the problem is fixed in this version.
We may consider switching to this beta release and test how stable it works with our existing test documents. When upgrading to the latest version, I suggest to use Php Composer as well for managing the dependency.
Here is a step by step guide, how I tested the behavior with the beta release:
I can confirm the bug. I also recognized that there is a new beta release for parsedown, but for the moment I don`t want to switch to the beta release. The effort for testing and possible error handling is not worth it. At least not because of this "little" bug.
I will wait until there is a stable 2.0 release or if we really "need" to switch for other reasons. Iam completely with you regarding the composer, also thought about it and I want to do that for the JS dependencies as well (as soon I have some time for).
Describe the bug
Parsedown does not identify different blockquotes when the blockquotes are just separated by a newline. The following markdown file:
results in the following HTML
Note that this is an upstream issue.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Workaround
Screenshots
Desktop (please complete the following information):
Solution proposal
I tested the newest Parsedown beta v2.0.0-beta-1 and it looks like the problem is fixed in this version.
We may consider switching to this beta release and test how stable it works with our existing test documents. When upgrading to the latest version, I suggest to use Php Composer as well for managing the dependency.
Here is a step by step guide, how I tested the behavior with the beta release:
Setup
demo.php
The text was updated successfully, but these errors were encountered: