How can line breaks be added within a HTML tooltip?
I tried using and \\n within the tooltip as follows:
\\n
The combined with the style white-space: pre-line; worked for me.