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: 3 months ago
JSON representation

CakePHP plugin for markup (parsing and displaying)

Lists

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)