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
Right now if you use openLinksInNewWindow, all links get updated to open in a new window, including internal anchor links. This is not desirable. Please consider changing the default behavior such that internal anchor links are ignored/skipped by the openLinksInNewWindow setting. Thanks!
The text was updated successfully, but these errors were encountered:
Although there isn't a perfect solution for this issue (since that would require showdown to be aware of URL context), showdown can disable target="__blank" for relative urls that start with a #.
As you know, ShowdownJS is a free library and it will remain free forever. However, maintaining and improving the library costs time and money. Currently, we're looking to improve showdown with automated tests in all browsers and a proper domain and webpage. 500$ should be enough to to keep showdown testing framework running for a year or two.
If you like our work and find our library useful, please donate through Pledgie or directly through paypal!! Your contribution will be greatly appreciated.
Right now if you use openLinksInNewWindow, all links get updated to open in a new window, including internal anchor links. This is not desirable. Please consider changing the default behavior such that internal anchor links are ignored/skipped by the openLinksInNewWindow setting. Thanks!
The text was updated successfully, but these errors were encountered: