toptensoftware / markdowndeep

Open-source implementation of Markdown for C# and Javascript
268 stars 120 forks source link

Changed NoFollowLinks to External Links Only #33

Closed ghost closed 10 years ago

ghost commented 11 years ago

According to Matt Cutts in this article: http://www.seroundtable.com/archives/022462.html you should never add the rel="nofollow" to internal links. I have changed the NoFollowLinks check to only add the attribute to external links.

toptensoftware commented 10 years ago

Merged a similar fix for C# and JS