RobinRadic / blade-extensions

Laravel Blade extensions like $loop->odd/$loop->index in foreach, view blocks and partials, etc
http://robin.radic.nl/blade-extensions
MIT License
267 stars 35 forks source link

BLADE-64 ⁃ Drop build-in Markdown compiler/renderer, rely on custom / 3rd party integration #61

Closed RobinRadic closed 7 years ago

RobinRadic commented 8 years ago

Compiling markdown / adding markdown engine is outside of the package its scope. This can better be achieved by using interfaces which allow integration of custom parsers or parsers from other markdown packages.

A default markdown parser class should be added that (optinally / composer suggest) depends on a external parser library like Cebe Markdown to keep providing the @markdown directive