UNPKG

@mkljczk/lexical-remark

Version:

This package contains Markdown helpers and functionality for Lexical using remark-parse.

7 lines (6 loc) 127 B
export const horizontalrule = () => { const remarkNode = { type: 'thematicBreak', }; return remarkNode; };