dev-master
9999999-dev
CC0 CC0-1.0
The Requires
0.1.0
0.1.0.0
CC0
The Requires
Wallogit.com
2017 © Pedro Peláez
This adds a Laravel Blade directive to render the enclosed text as Markdown., (*1)
First require this project using Composer:, (*2)
composer require p3k/blade-markdown-directive
Add the following to your config/app.php file in the providers section:, (*3)
p3k\MarkdownServiceProvider::class,
Now in any .blade.php file, you can use the @markdown directive to render Markdown., (*4)
<div> @markdown($description) </div>
CC0 CC0-1.0
CC0