Hello,
I have a lot of articles in markdown that is being generated upon middleman deployment. It’s a hassle to manually add {:target="_blank" rel="nofollow"}
at the end of each link within the text.
I am looking for way to automatically append that part to all the links, unless I exclusively change it manually.
So for example, by default, all links will have {:target="_blank" rel="nofollow"}
but if I want to, I can manually declare in markdown for particular link to dofollow the link.
How can I achieve it?