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:
@@ -0,0 +1,3 @@
|
||||
document.addEventListener("lexxy:insert-markdown", (event) => {
|
||||
event.detail.addBlockSpacing()
|
||||
})
|
||||
Reference in New Issue
Block a user