Multiple links in the same maptext do not work; only the last link works.
Code Snippet (if applicable) to Reproduce Problem:
maptext = "<a href=[link1]>Link 1</a>\n<a href=[link2]>Link 2</a>"
Expected Results:
Both links should be clickable and hoverable.
Actual Results:
Only the second link is recognized.