Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dereuromark/cakephp-markup
CakePHP plugin for markup (parsing and displaying)
https://github.com/dereuromark/cakephp-markup
Last synced: about 2 months ago
JSON representation
CakePHP plugin for markup (parsing and displaying)
- Host: GitHub
- URL: https://github.com/dereuromark/cakephp-markup
- Owner: dereuromark
- License: mit
- Created: 2016-01-22T22:30:14.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-04-19T10:51:24.000Z (8 months ago)
- Last Synced: 2024-10-11T06:32:52.147Z (2 months ago)
- Language: PHP
- Size: 74.2 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-cakephp - Markup plugin - Allows to use PHP or JS based syntax highlighting. (Markup)
README
# Markup Plugin for CakePHP
[![CI](https://github.com/dereuromark/cakephp-markup/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/dereuromark/cakephp-markup/actions/workflows/ci.yml?query=branch%3Amaster)
[![Coverage Status](https://coveralls.io/repos/dereuromark/cakephp-markup/badge.svg)](https://coveralls.io/r/dereuromark/cakephp-markup)
[![Minimum PHP Version](https://img.shields.io/badge/php-%3E%3D%208.1-8892BF.svg)](https://php.net/)
[![License](https://poser.pugx.org/dereuromark/cakephp-markup/license.svg)](LICENSE)
[![Latest Stable Version](https://poser.pugx.org/dereuromark/cakephp-markup/v/stable.svg)](https://packagist.org/packages/dereuromark/cakephp-markup)
[![Total Downloads](https://poser.pugx.org/dereuromark/cakephp-markup/d/total.svg)](https://packagist.org/packages/dereuromark/cakephp-markup)
[![Coding Standards](https://img.shields.io/badge/cs-PSR--2--R-yellow.svg)](https://github.com/php-fig-rectified/fig-rectified-standards)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](https://github.com/dereuromark/cakephp-markup/wiki#cakephp-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](/docs).
## TODO
- Add more highlighters (you can also just link your own here)