Closed (duplicate)
Project:
Markdown
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
2 Apr 2009 at 16:23 UTC
Updated:
27 Apr 2010 at 14:09 UTC
Other Markdown users have figured out a way to add the rel="nofollow attribute to links:
[link text](http://website.com/){:rel=nofollow}
Here's an example of this syntax using the Maruku interpreter: Markdown Cheat Sheet.
This may seem like a minor detail, but it prevents SEO-minded people from using Markdown in Drupal. They have to revert to traditional <a> tags/XHTML.
Comments
Comment #1
sreynen commentedNeither of the linked pages seem to mention this syntax. Is there a published reference for it somewhere one might use to implement this?
Comment #2
sreynen commentedNoticed an earlier issue, #381302: Allow to add link attributes, that would cover this, so I'm marking this as a duplicate to consolidate the discussion.