league/commonmark
Highly extensible PHP Markdown parser supporting full CommonMark and GitHub-Flavored Markdown. Convert Markdown to HTML with simple converters, customize rendering via extensions, and run safely with options like stripping HTML and blocking unsafe links.
{% assign releases = site.github.releases %} {% for release in releases %}
{{ release.body | replace:'```', '~~~' | markdownify }} {% endfor %}
How can I help you explore Laravel packages today?