Configure Lexxy to add extra spacing between block elements

Updating Lexxy to v0.8.0 for the insert-markdown event.
This commit is contained in:
Mike Dalessio
2026-03-11 17:49:04 -04:00
parent ab5283441d
commit d6bf103efd
5 changed files with 11 additions and 17 deletions
@@ -0,0 +1,3 @@
document.addEventListener("lexxy:insert-markdown", (event) => {
event.detail.addBlockSpacing()
})