WoTTsecurity / api

API and Dashboard
https://dash.wott.io
MIT License
0 stars 2 forks source link

Add target=_blank to all external links. #810

Closed a-martynovich closed 4 years ago

a-martynovich commented 4 years ago

Note: All external links in Markdown text for Recommended Actions should have {{: target="_blank"}} appended, like so: [the link](https://wott.io){{: target="_blank"}}

This is then converted to {: target="_blank"} which is a Markdown extension syntax for defining HTML attribute. In this case it's a target="_blank" attribute of <a>.