dereuromark / cakephp-markup
CakePHP plugin for markup (parsing and displaying)
Package info
github.com/dereuromark/cakephp-markup
Type:cakephp-plugin
pkg:composer/dereuromark/cakephp-markup
0.4.4
2025-12-06 03:36 UTC
Requires
- php: >=8.2
- cakephp/cakephp: ^5.1.1
Requires (Dev)
- dereuromark/media-embed: ^0.6
- fig-r/psr2r-sniffer: dev-master
- league/commonmark: ^1.5 || ^2.0
- mjohnson/decoda: ^6.12
- php-collective/djot: ^0.1.3
- phpunit/phpunit: ^10.5 || ^11.5 || ^12.1
README
A CakePHP plugin to
- easily use code syntax highlighters.
- quickly convert Markdown snippets.
- quickly convert BBCode snippets.
- quickly convert Djot snippets.
This branch is for CakePHP 5.1+. 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)