yogthos / markdown-clj

Markdown parser in Clojure
Eclipse Public License 1.0
540 stars 120 forks source link

Set target within links? #167

Open interstar opened 4 years ago

interstar commented 4 years ago

Is there currently a way to set the target within links?

Eg. add a

target="_blank"

to the links so that they open in a new tab / window?

yogthos commented 4 years ago

At the moment you'd have to make an HTML link tag directly for this, but I'm open for a PR as an enhancement if you have an idea of how you'd like to do that using the MD tag. One option could be to make it a config flag.