bjuppa / laravel-blog

Flexible blog functionality for your Laravel project
MIT License
48 stars 8 forks source link

Fix default markdown parser #60

Closed bjuppa closed 4 years ago

bjuppa commented 4 years ago

Release of Laravel 6.10.0 switches from erusev/parsedown to league/commonmark and this breaks installs of this package.

The issue will not be found by current tests as require-dev includes erusev/parsedown.

🔥 Existing projects can probably fix this by explicitly requiring erusev/parsedown in their composer.json.