vmg / rinku

Autolinking. Ruby. Yes, that's pretty much it.
ISC License
597 stars 67 forks source link

Does Rinku support opening links in a new tab #69

Closed seyonv closed 7 years ago

seyonv commented 7 years ago

I essentially want to add the below attribute to Rinku auto-generated links

target="_blank"

which would make links open in a new tab.

bquorning commented 7 years ago

Look for link_attr in the Readme.

seyonv commented 7 years ago

Perfect! I can now remove my hacky workaround. I should have ctrl+f'd blank :)