Files
Mike Dalessio 29a29094bd Configure Lexxy to add extra spacing between block elements
Updating Lexxy to v0.8.5 for the insert-markdown event.
2026-03-17 10:31:46 -04:00

4 lines
100 B
JavaScript

document.addEventListener("lexxy:insert-markdown", (event) => {
event.detail.addBlockSpacing()
})