parsedown icon indicating copy to clipboard operation
parsedown copied to clipboard

Added setLinksOpenNewTab

Open WilliamVenner opened this issue 6 years ago • 1 comments

A simple variable that, when true*, sets target attribute to _blank when generating an a tag for markdown links. Great utility for anyone who wants to enforce all links to open in a new tab without having to create an extension.

* false by default 👌

WilliamVenner avatar Nov 12 '18 00:11 WilliamVenner

:thumbsup:

PS: why you capitalize the namespace, eg. Erusev\Parsedown instead of erusev/parsedown, like the repo name?

kminchev avatar Feb 02 '19 15:02 kminchev