PHPackages                             axllent/silverstripe-gfmarkdown - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. axllent/silverstripe-gfmarkdown

ActiveSilverstripe-vendormodule[Parsing &amp; Serialization](/categories/parsing)

axllent/silverstripe-gfmarkdown
===============================

GitHub Flavored Markdown editing &amp; rendering using Parsedown

2.2.7(2y ago)64.9k↓100%5MITPHP

Since Dec 21Pushed 2y ago2 watchersCompare

[ Source](https://github.com/axllent/silverstripe-gfmarkdown)[ Packagist](https://packagist.org/packages/axllent/silverstripe-gfmarkdown)[ Docs](https://github.com/axllent/silverstripe-gfmarkdown)[ RSS](/packages/axllent-silverstripe-gfmarkdown/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (3)Versions (12)Used By (0)

Github Flavoured Markdown for Silverstripe
==========================================

[](#github-flavoured-markdown-for-silverstripe)

This module adds a field and a data type that allows for Markdown editing in the CMS using the Github Flavoured Markdown parser [Parsedown](http://parsedown.org/) to render the html.

It includes the [Ace editor](https://ace.c9.io/) for CMS editing.

Requirements
------------

[](#requirements)

- Silverstripe ^4.0 || ^5.0

Installation
------------

[](#installation)

`composer require axllent/silverstripe-gfmarkdown`

Usage
-----

[](#usage)

Use the Markdown data type as your fields data type, and the MarkdownEditor field in the CMS for editing.

- Refer to the [Markdown editor configuration](docs/en/Markdown-Editor.md).
- Refer to the [Markdown rendering configuration](docs/en/Markdown.md).

Example:
--------

[](#example)

```
