A [marked](https://github.com/markedjs/marked) extension that adds _blank attribute to links.
npm install marked-newtab
š A marked extension thats adds target="_blank" attribute to links for new tab opening.
```
npm install marked-newtab
`javascript
import { newtab } from "marked-newtab";
marked.use(newtab);
``
* Add option to choose between _blank and blank
* Add noreferrer option
* Add inline markdown parser to allow "classic" links.