pgfactory / markdownplus
Replaces the built-in Markdown compiler, provides few but powerful extensions
Package info
github.com/pgfactory/KirbyCMS-MarkdownPlus
Type:kirby-plugin
pkg:composer/pgfactory/markdownplus
v0.9.6
2023-09-30 15:06 UTC
Requires
- cebe/markdown: ^1.2
- getkirby/composer-installer: ^1.1
This package is not auto-updated.
Last update: 2026-03-29 04:40:31 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.