We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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)
this.userSettings.captionText?r.textContent=this.userSettings.captionText(e)
new: this.userSettings.captionText?r.innerHTML=this.userSettings.captionText(e)
this.userSettings.captionText?r.innerHTML=this.userSettings.captionText(e)
Thank you!
The text was updated successfully, but these errors were encountered:
This can be done easily, of course needs some testing.
Sorry, something went wrong.
We could try it in develop branch.
develop
@mbabini Do you mind opening a PR for this?
@midzer I've tried: #92 But please check because it's my very first PR... ;-)
Should by done by b43119e
No branches or pull requests
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)
Thank you!
The text was updated successfully, but these errors were encountered: