How to customize markdown link syntax?
On my blog I have a lot of links on other sites. But it's good practice to use rel="nofollow"
if you add a link on untrusted site. Since I write articles in markdown, I find a way to customize
markdown's parser behevioure to allow this extra attributes for html <a>
tags …