bobtfish / text-multimarkdown

Text::MultiMarkdown CPAN module
Other
21 stars 13 forks source link

Anchor and image attributes are not supported #10

Open robn opened 14 years ago

robn commented 14 years ago

The MultiMarkdown spec says that I should be able to set attributes on anchors and images:

http://fletcherpenney.net/multimarkdown/users_guide/multimarkdown_syntax_guide/#anchorandimageattributes

Text::MultiMarkdown does not appear to support this. I'm guessing it targets an older version?

If I get some time this week I'll poke at the code and see if I can work up a patch. I think this is something I want soon-ish.

Cheers, Rob.