pgfactory/markdownplus

Replaces the built-in Markdown compiler, provides few but powerful extensions

v0.9.6 2023-09-30 15:06 UTC

This package is not auto-updated.

Last update: 2024-04-27 18:04:34 UTC


README

MarkdownPlus plugin for Kirby CMS

Extends Markdown syntax by a small set of highly useful extensions

Installation

Download

Download and copy this repository to /site/plugins/markdownplus.

Git submodule

git submodule add https://github.com/pgfactory/KirbyCMS-MarkdownPlus.git /site/plugins/markdownplus

Composer

If you want to start from scratch:

composer create-project getkirby/plainkit .

Add MarkdownPlus plugin:

composer require pgfactory/markdownplus

See https://pagefactory.info/markdownplus/ for info.