Use the `default` slot to include content in the marker.

```html
<sd-map-marker variant="place" class="slot-example">
  <span class="slot slot--border h-8 w-8 -mt-2"></span>
  <div class="sr-only">Pinned Place with slot</div>
</sd-map-marker>
```
