The results seem the same; is one somehow better than the other?
2: The “new tab” feature seems to work even though I didn’t include the marked.setOptions for renderer:renderer. Is this a side-effect of using the above code?
I know this is kind of late, but I also did many google searches because of this problem, and I almost gave up because I could not seem to find the right answer until I finally came to know that if you use a base tag like this
<base target="_blank">
then you will see the link’s web page opens in a new tab.
Please be sure to place your <base> tag between the document’s <head> tags. Also, keep in mind that there must be no more than one base element per document.