This project is not covered by Drupal’s security advisory policy.

Markdown Field Formatter module provides a field formatter for file fields, it allows to upload markdown files. The formatter uses a markdown parser library to display them as valid HTML.

Requirements:
league/commonmark markdown parser.

Installation:

1. Get and install composer if not already installed. https://getcomposer.org/doc/
2. Install parser with composer:

composer require league/commonmark ^1.0

3. Install the module with composer

Project information

Releases