luwes/craft3-parsedown

Adds Parsedown, the PHP Markdown parser to Craft CMS.

This package's canonical repository appears to be gone and the package has been frozen as a result.

1.0.2 2018-08-21 00:30 UTC

This package is auto-updated.

Last update: 2022-12-24 04:47:52 UTC


README

Adds Parsedown, the PHP Markdown parser to Craft CMS.

Installation

To install Parsedown, follow these steps:

  1. Install with Composer via composer require luwes/craft3-parsedown
  2. Install plugin in the Craft Control Panel under Settings > Plugins

Parsedown works on Craft 3.x.

Parsedown Overview

https://github.com/erusev/parsedown https://github.com/erusev/parsedown-extra

Using Parsedown

{{ markdownText | parsedown }} {{ markdownText | parsedownExtra }}

Parsedown Roadmap

Some things to do, and ideas for potential features:

  • Release it

Brought to you by Wesley Luyten