jdmaymeow / cake-markdown
This package is abandoned and no longer maintained.
No replacement package was suggested.
There is no license information available for the latest version (v1.0) of this package.
CakeMarkdown plugin for CakePHP
Package info
github.com/jdmaymeow/cake-markdown
Type:cakephp-plugin
pkg:composer/jdmaymeow/cake-markdown
v1.0
2017-01-03 15:04 UTC
Requires
- php: >=5.5.9
- cakephp/cakephp: >=3.3.2 <4.0.0
- erusev/parsedown: 1.*
Requires (Dev)
This package is not auto-updated.
Last update: 2021-11-11 17:13:31 UTC
README
Installation
Extended version of Euserv parsedown. More features comming soon.
You can install this plugin into your CakePHP application using composer.
The recommended way to install composer packages is:
composer require jdmaymeow/cake-markdown
Using
use CakeMarkdown\May\MeowDown; $MeowDown = new MeowDown(); $node->markdown_body = $MeowDown->parse($node->body);