UNPKG
@mkljczk/lexical-remark
Version:
latest (0.4.0)
0.4.0
0.3.9
This package contains Markdown helpers and functionality for Lexical using remark-parse.
@mkljczk/lexical-remark
/
lib
/
export
/
handlers
/
linebreak.js
7 lines
(6 loc)
•
114 B
JavaScript
View Raw
1
2
3
4
5
6
7
export
const
linebreak
= (
) => {
const
remarkNode = {
type
:
'break'
, };
return
remarkNode; };