facebook/lexical

Feature: support empty line in markdown

已关闭

#4,838 创建于 2023年7月28日

 (4 条评论) (2 个反应) (0 位负责人)JavaScript (1,349 个派生)batch import
contribution-weekenhancementgood first issuemarkdown

仓库指标

星标
 (16,523 个星标)
PR 合并指标
 (平均合并 2天 16小时) (30 天内合并 103 个 PR)

描述

In https://playground.lexical.dev/ if you enter multiple line breaks and toggle markdown twice. The empty lines will be eaten.

I checked the code https://github.com/facebook/lexical/blob/main/packages/lexical-markdown/src/MarkdownImport.ts#L80-L81 and I guess it's not implemented?

贡献者指南