Files
fizzy/app/javascript/initializers/lexxy_markdown_paste.js
T
Mike Dalessio d6bf103efd Configure Lexxy to add extra spacing between block elements
Updating Lexxy to v0.8.0 for the insert-markdown event.
2026-03-11 22:17:07 -04:00

4 lines
100 B
JavaScript

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