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