showdownjs / showdown

A bidirectional Markdown to HTML to Markdown converter written in Javascript
http://www.showdownjs.com/
MIT License
14.1k stars 1.57k forks source link

Add option to apply a 'nofollow' to links #964

Open heychazza opened 1 year ago

heychazza commented 1 year ago

Hey,

Currently I utilise the simplifiedAutoLink option which lets me show links submitted within users content. However for SEO purposes, I would like to apply a nofollow to prevent association with such links (e.g. bad ones).

Can an option be added to automatically apply the rel="nofollow" to links?