You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be possible to add a CompileOptions entry to allow making all links target blank ?
I'd glady implement it but I'm not sure I understand how the library works and thus how to proceed. An idea I had would be to change the generate_autolink function and end up with something like the following :
Hi! No, that’s for plugins, #32.
I also think it’s probably not a good idea: https://css-tricks.com/use-target_blank/.
And if it was, looking for http is not good enough, it’s possible to make other links that go to the same or different domains, with or without http!
Would it be possible to add a
CompileOptions
entry to allow making all links target blank ?I'd glady implement it but I'm not sure I understand how the library works and thus how to proceed. An idea I had would be to change the
generate_autolink
function and end up with something like the following :Tell me if this is a good way to do it or how I can improve it and I can open a merge request with the changes if this is a desired functionality.
The text was updated successfully, but these errors were encountered: