facebook/lexical

Feature: support empty line in markdown

クローズ

#4,838 opened on 2023/07/28

 (4 件のコメント) (2 件のリアクション) (0 人の担当者)JavaScript (1,349 件のフォーク)batch import
contribution-weekenhancementgood first issuemarkdown

Repository metrics

Stars
 (16,523 個のスター)
PR merge metrics
 (平均マージ 2d 16h) (30d で 103 merged PRs)

説明

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?

コントリビューターガイド