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
Comment #1
frjo commentedThe 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
Comment #2
mrtoner commentedExcellent! Until then, I've downloaded 1.2.7 and installed it with no problems.
Comment #3
frjo commentedCommitted to 7.x-1.x and part of the 7.x-1.2 release.
Comment #4
frjo commentedCommitted to 6.x-1.x and part of the 6.x-1.4 release.
Comment #5
mrtoner commentedThanks!