marked-newtab
v0.2.2
Published
A [marked](https://github.com/markedjs/marked) extension that adds _blank attribute to links.
Downloads
7
Maintainers
Readme
marked-newtab
🔗 A marked extension thats adds target="_blank"
attribute to links for new tab opening.
Installation
npm install marked-newtab
Usage
import { newtab } from "marked-newtab";
marked.use(newtab);
TODO
- Add option to choose between _blank and blank
- Add noreferrer option
- Add inline markdown parser to allow "classic" links.