markdown 3.0.0-rc2

Bug fixes

Some bug fixes, thanks to all the contributors who helped fix these bugs

Contributors (4)

joelpittet, MegaChriz, realityloop, blauerberg

Changelog

Issues: 4 issues resolved.

markdown 3.0.x-dev

Bug fixes
New features

This is the 3.0.x development branch.

Use at your own discretion (i.e. not recommended for use on production sites).

markdown 8.x-1.3

Bug fixes

Changes since 8.x-1.2 (3 commits):

  • #3024662 by kim.pepper, ptmkenny: Update league/commonmark library to ^0.18.3
  • #2888207 by zengenuity: Error when running test with imported markdown filter configuration
  • #2881169 by Pavan B S, amit.drupal: Convert module to use short array syntax (new coding standard)

markdown 8.x-2.x-dev

Bug fixes
New features

This is the 8.x-2.x development branch.

Use at your own discretion (i.e. not recommended for use on production sites).

markdown 7.x-1.4

Bug fixes

Changes since 7.x-1.3:

In 7.x-1.3 a new verison of the PHP Markdown Lib made the module require php version 5.3 but that was never communicated in any way, sorry about that.

On servers that are still running php version 5.2 you will need to use the 7.x-1.2 version of the Markdown filter module.

This version adds the php requirement to the info file.

Bug fixes:

markdown 8.x-1.0

Bug fixes

Changes from 8.x-1.0-beta1:

* #2639168: \Drupal::url is deprecriated, replace with Url::fromRoute.
* Make Url::fromRoute return a string.
* Prefer composer installed PHP Markdown if installed.

markdown 8.x-1.0-beta1

New features

First beta version for Drupal 8.

New for Drupal 8 is that two different Markdown libraries can be used, and more may be added.

* PHP Markdown by Michel Fortin
* CommonMark

If you are comfortable with composer that is the best way to install both PHP Markdown and CommonMark. They will then be autoloaded just like other parts of Drupal 8.

The old way of installation in the libraries directory is only supported for PHP Markdown. The libraries module is then needed to load the library.

markdown 5.x-1.1

Bug fixes

Changes since 5.x-1.0:

  • #224178 by therzog, milianw and weitzman: Markdown adds markup to empty text, so avoid adding it when empty text comes around to keep it empty. Also improves performance for empty text.
  • Backporting two recent fixes from the 6.x-1.1 release:
    - Update to latest library. PHP Markdown Extra 1.2.2 - released on June 21, 2008.
    - Explanation on security best practices for using markdown.

markdown 6.x-1.1

Bug fixes

Changes since 6.x-1.0:

  • Fix bad default in help hook
  • #224178 by therzog, milianw and weitzman: Markdown adds markup to empty text, so avoid adding it when empty text comes around to keep it empty. Also improves performance for empty text.
  • Update to latest library. PHP Markdown Extra 1.2.2 - released on June 21, 2008.
  • Explanation on security best practices for using markdown

markdown 5.x-1.0

New features
Bug fixes

- New stripped down version of marksmarty module without smartypants, since it is at tipogrify module now.
- Includes some translatability fixes.
- Improves phpdoc.
- Fixes typos.
- Has better file organization.
- Updates README for actual Drupal 5 interface.

(Same code as Drupal 6 except .info file and hook_help() signature).

New feature compared to marksmarty for Drupal 5 is the help block for markdown syntax.

markdown 6.x-1.0

Bug fixes

- New stripped down version of marksmarty module without smartypants, since it is at tipogrify module now.
- Includes some translatability fixes.
- Improves phpdoc.
- Fixes typos.
- Has better file organization.
- Updates README for actual Drupal 6 interface.

Subscribe with RSS Subscribe to Releases for Markdown