Add rel="nofollow" support for links
Todd Nienkerk - April 2, 2009 - 16:23
| Project: | Markdown filter |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Description
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.
