1.21releasedMarkdown Text Formatter

Text formatter that ships with Symphony

Clone URLhttps://github.com/symphonycms/markdown.git

Add as a submodulegit submodule add https://github.com/symphonycms/markdown.git extensions/markdown --recursive

Compatibility

2.x.x2.1.x2.2.x2.3.x2.4.x2.5.x2.6.x2.7.02.7.12.7.22.7.32.7.42.7.52.7.62.7.72.7.82.7.92.7.10
NoNoNo1.191.211.211.211.211.211.211.211.211.211.211.211.211.211.21

Readme

Markdown

This extension provides Markdown formatting for fields. It is part of the Symphony core download package.

Synopsis

Format text using Markdown syntax. This release also passes any output through the HTML Purifier library.

Installation & Updating

Although the update should address this, fields that used a previous version (< 1.10) may appear to have no formatter specified and will need to be set manually.

Information about installing and updating extensions can be found in the Symphony documentation at http://getsymphony.com/learn/.

Version history

Symphony 2.4 to 2.x.x

  • Mark compatibility with Symphony 2.x.x

Symphony 2.4 to 2.5.x

  • Mark compatibility with Symphony 2.4+

Requires Symphony 2.3

  • #2094 Update Markdown (with HTML Purifier) to use Symphony's own CACHE folder.

Requires Symphony 2.3

Requires Symphony 2.0.7

  • Update links to getsymphony.com

Requires Symphony 2.0.7

Requires Symphony 2.0.7

Requires Symphony 2.0.7

Requires Symphony 2.0.7

  • Using updated PHP Markdown library. v1.2.4
  • Added HTML Purifier v4.0.0 to help prevent XSS and other attacks on input

Requires Symphony 2.0.7

  • Resolve the Markdown class properly

Requires Symphony 2.0.7

  • Bugfix to correctly use Markdown Extra parser when required instead of vanilla Markdown.

Requires Symphony 2.0.7

  • Added back the "Markdown Extra" and "Markdown Extra with SmartyPants" formatters. The "Markdown with HTML Purifier" does not use the Extra or SmartyPants libraries.