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.