d6bf103efd
Updating Lexxy to v0.8.0 for the insert-markdown event.
4 lines
100 B
JavaScript
4 lines
100 B
JavaScript
document.addEventListener("lexxy:insert-markdown", (event) => {
|
|
event.detail.addBlockSpacing()
|
|
})
|