Bambi

Results 2 issues of Bambi

Change captionText to use innerHTML instead of textContent. Please check... (it's my first pull request ;-))

Hi It would be great if the output of the captionText function could contain HTML code like line breaks or links. I suggest the following change: original: `this.userSettings.captionText?r.textContent=this.userSettings.captionText(e)` new: `this.userSettings.captionText?r.innerHTML=this.userSettings.captionText(e)`...

enhancement