Sparkdown Bundle
A simple bundle to provide Markdown and Markdown Extra functions.
Links and image URLs are passed through Laravel\URL::to and Larave\URL::to_asset.
Installation
Install via the Artisan CLI:
Or download the zip and unpack into your bundles directory.
Bundle Registration
Just add 'sparkdown'
to your application/bundles.php file.
Guide
Parse some text
Start the bundle and use Sparkdown\Markdown
View a markdown file
You can create Sparkdown\View objects, like Laravel\View objects
And you can route to the handy controller (needs 1 parameter).