ChrisThompsonTLDR / Laravel-Parsedown

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Laravel Parsedown

Build Status PHP from Packagist Latest Version License

Installation

Require this package, with Composer, in the root directory of your project.

$ composer require artisanry/parsedown

Usage

Markdown::text('Hello _Parsedown_!') # <p>Hello <em>Parsedown</em>!</p>

Testing

$ phpunit

Security

If you discover a security vulnerability within this package, please send an e-mail to hello@basecode.sh. All security vulnerabilities will be promptly addressed.

Credits

This project exists thanks to all the people who contribute.

License

Mozilla Public License Version 2.0 (MPL-2.0).

About

License:Mozilla Public License 2.0


Languages

Language:PHP 100.0%