diff --git a/src/helpers.php b/src/helpers.php index 08f0d0e..96b7b99 100644 --- a/src/helpers.php +++ b/src/helpers.php @@ -11,7 +11,7 @@ */ function markdown($content) { - return app('markdown')->text($content); + return app('markdown')->convert($content); } }