UNPKG

@mkljczk/lexical-remark

Version:

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

7 lines (6 loc) 114 B
export const linebreak = () => { const remarkNode = { type: 'break', }; return remarkNode; };