I presume from the dates on issues #902898: Markdown can't float an image left or right. and #935536: markdown='1' by default that these came up at a time that PHP Markdown Extra did not support special attributes. Today I'm finding that Markdown filter is ignoring the optional attribute block added to, for example, a link:

[A link](http://example.com){.myclass}

Could we get support for special attributes?

Comments

frjo’s picture

Title: Support special attributes » Update the PHP Markdown version to support special attributes

The Markdown filter includes version 1.2.5 that does not have this feature.

The next version vill have 1.2.7+, and will then support the special attributes

mrtoner’s picture

Excellent! Until then, I've downloaded 1.2.7 and installed it with no problems.

frjo’s picture

Version: 6.x-1.3 » 7.x-1.x-dev
Status: Active » Fixed

Committed to 7.x-1.x and part of the 7.x-1.2 release.

frjo’s picture

Committed to 6.x-1.x and part of the 6.x-1.4 release.

mrtoner’s picture

Thanks!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.