dereuromark / cakephp-markup
CakePHP plugin for markup (parsing and displaying)
Installs: 10 350
Dependents: 1
Suggesters: 0
Security: 0
Stars: 3
Watchers: 3
Forks: 1
Open Issues: 1
Type:cakephp-plugin
Requires
- php: >=8.1
- cakephp/cakephp: ^5.0.0
Requires (Dev)
- dereuromark/media-embed: ^0.6
- fig-r/psr2r-sniffer: dev-next
- league/commonmark: ^1.5 || ^2.0
- mjohnson/decoda: ^6.12
- phpunit/phpunit: ^10.2
README
A CakePHP plugin to
- easily use code syntax highlighters.
- quickly convert Markdown snippets.
- quickly convert BBCode snippets.
This branch is for CakePHP 5.0+. See version map for details.
Setup
composer require dereuromark/cakephp-markup
and
bin/cake plugin load Markup
Demo
https://sandbox.dereuromark.de/sandbox/markup-examples
Usage
See Docs.
TODO
- Add more highlighters (you can also just link your own here)