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
I want all anchor tags in the parsed markdown to open in a new tab window. I changed showdown.js
file line no 1134 to add target='_blank'. I want to pass one more optional parameter while parsing the markdown to get target attribute of a link. Is it a good idea? If yes, I can add a PR to this.
The text was updated successfully, but these errors were encountered:
I want all anchor tags in the parsed markdown to open in a new tab window. I changed showdown.js
file line no 1134 to add
target='_blank'
. I want to pass one more optional parameter while parsing the markdown to get target attribute of a link. Is it a good idea? If yes, I can add a PR to this.The text was updated successfully, but these errors were encountered: