Using Laravel's Markdown parser for a blog - and adding lazy images
I found out Laravel 6.x already ships with a pretty powerful package for parsing Markdown, and it can be extended and customized.
After a few headaches I was able to configure it to my liking for this blog, and even create an extension that adds lazy images.