markdowndeep
markdowndeep copied to clipboard
Extra mode doesn't correctly support special attributes
According to the PHP Markdown docs, you can use special attributes to set attributes on generated links:
[link](url){#id .class} --> <a href="url" id="id" class="class">link</a>
But this just doesn't seem to work in MDD, even with extra mode set to true.
Hi @jfrank14,
Thanks for reporting. At the time MDD was developed I don't think these special attributes were supported by PHP Extra - at least they weren't in the specs I was reading at the time.
Unfortunately I don't really have time for MDD right now, but will look into this when I next revisit (or you can send me a pull request if you feel like adding it yourself)
Brad