Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extra mode doesn't correctly support special attributes #88

Open
jfrank14 opened this issue Mar 18, 2020 · 1 comment
Open

Extra mode doesn't correctly support special attributes #88

jfrank14 opened this issue Mar 18, 2020 · 1 comment

Comments

@jfrank14
Copy link

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.

@toptensoftware
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants