jonschlinkert / remarkable

Markdown parser, done right. Commonmark support, extensions, syntax plugins, high speed - all in one. Gulp and metalsmith plugins available. Used by Facebook, Docusaurus and many others! Use https://github.com/breakdance/breakdance for HTML-to-markdown conversion. Use https://github.com/jonschlinkert/markdown-toc to generate a table of contents.
https://jonschlinkert.github.io/remarkable/demo/
MIT License
5.74k stars 371 forks source link

Fix security flaw when linkTarget option contains _blank #398

Open AntoineReneleau opened 3 years ago

AntoineReneleau commented 3 years ago

https://web.dev/external-anchors-use-rel-noopener/

Or should I just add a linkRel option ? It might be useful to make the links nofollow

coveralls commented 3 years ago

Coverage Status

Coverage increased (+0.003%) to 98.548% when pulling 424225b1309014d343a2f5e36dde7c08706c9735 on AntoineReneleau:patch-1 into 58b6945f203ca7a0bb5a0785df90a3a6a8b9e59c on jonschlinkert:master.