Multiline Tooltip in a Map Marker Perspective

You should be able to if you add a style to the marker
white-space: pre

Seems it has no property for this, so you’ll have to use theme.css or css injection

.leaflet-tooltip{
  white-space: pre
}

image