evilstreak / markdown-js

A Markdown parser for javascript
7.7k stars 863 forks source link

Open hyperlink in new tab/window #60

Closed sampepose closed 12 years ago

sampepose commented 12 years ago

Is is possible to have the hyperlink open in a new window?

ashb commented 12 years ago

You can either post-process the JsonML tree before it gets turned into HTML to add target attribute, create a new dialect that sets the attribute on all links or use the Maruku dialect and add the attribute that way.