bjuppa / laravel-blog

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

Fix missing parsedown #61

Closed bjuppa closed 4 years ago

bjuppa commented 4 years ago

This PR replaces the old markdown parser with league/commonmark and makes it replaceable by defining a MarkdownStringContract with a default implementation that can be swapped out.