Using leaflet to show data on a map, if I use the html markup in the tooltip on a marker (using the ‘tooltip’ column in a dataframe), it correctly inserts a newline.
However, if I use it in a Tooltip that is a child of a Polyline, it just prints the actual ‘ ’.
Is there a way to insert a newline in a tooltip on a Polyline?