Drupal is a registered trademark of Dries Buytaert
drupal 11.3.7 Update released for Drupal core (11.3.7)! drupal 11.2.11 Update released for Drupal core (11.2.11)! drupal 10.6.7 Update released for Drupal core (10.6.7)! drupal 10.5.9 Update released for Drupal core (10.5.9)! cms 2.1.1 Update released for Drupal core (2.1.1)! drupal 11.3.6 Update released for Drupal core (11.3.6)! drupal 10.6.6 Update released for Drupal core (10.6.6)! cms 2.1.0 Update released for Drupal core (2.1.0)! bootstrap 8.x-3.40 Minor update available for theme bootstrap (8.x-3.40). menu_link_attributes 8.x-1.7 Minor update available for module menu_link_attributes (8.x-1.7). eca 3.1.1 Minor update available for module eca (3.1.1). layout_paragraphs 2.1.3 Minor update available for module layout_paragraphs (2.1.3). ai 1.3.3 Minor update available for module ai (1.3.3). ai 1.2.14 Minor update available for module ai (1.2.14). node_revision_delete 2.0.3 Minor update available for module node_revision_delete (2.0.3). moderated_content_bulk_publish 2.0.52 Minor update available for module moderated_content_bulk_publish (2.0.52). klaro 3.0.10 Minor update available for module klaro (3.0.10). klaro 3.0.9 Minor update available for module klaro (3.0.9). layout_paragraphs 2.1.2 Minor update available for module layout_paragraphs (2.1.2). geofield_map 11.1.8 Minor update available for module geofield_map (11.1.8).

markdown

2,793 sites Security covered
View on drupal.org

Provides Markdown integration for Drupal, letting authors write in a clean, plain-text syntax that is transformed into valid HTML through a configurable filter.

The Markdown syntax is designed to co-exist with HTML, so you can build input formats that allow both. It is also meant to be as human-readable as possible when left as “source”.

Features

  • Markdown filter for Drupal text formats.
  • Site-wide default parser with per-format overrides.
  • Pluggable parser system to support multiple Markdown engines.
  • Support for both CommonMark and GitHub Flavoured Markdown via CommonMark.
  • Optional parser extensions and settings exposed through the UI.

Requirements

    A Markdown parser:

    This module bridges popular PHP Markdown libraries with Drupal by offering integration wrappers around them. The following parsers are supported out-of-the-box:

Installation

  • Follow the standard Drupal installation instructions:

    https://www.drupal.org/docs/extending-drupal/installing-modules

  • Choose a Markdown parser from above and install it via Composer:

    https://getcomposer.org/doc/

  • Enable and edit your global (default/site-wide) Markdown parser in your site:

    /admin/config/content/markdown

  • Optionally, create a new text format or edit an existing one to add the Markdown filter to it where you can choose to inherit the site-wide settings or override the settings for that particular text format:

    /admin/config/content/formats

    Note: Markdown may conflict with other text format filters, depending on the order in which filters are configured to apply. If unexpected markup occurs when the text format is configured with other filters, experiment with the order of the filters to attempt to resolve any issues.

    The "Limit allowed HTML tags and correct faulty HTML" filter is intentionally disabled by default because this module duplicates the same functionality use its own: Render Strategy.

Documentation

Extensive documentation for this module can be found at:

https://www.drupal.org/docs/contributed-modules/markdown

Editor.md

If you are interested in a Markdown editor please check out the
Editor.md module for Drupal.

Activity

Total releases
1
First release
Jan 2026
Latest release
3 months ago
Release cadence
Stability
100% stable

Releases

Version Type Release date
3.1.0 Stable Jan 7, 2026