facebook/lexical

Feature: support empty line in markdown

Geschlossen

#4.838 geöffnet am 28.07.2023

 (4 Kommentare) (2 Reaktionen) (0 zugewiesene Personen)JavaScript (1.349 Forks)batch import
contribution-weekenhancementgood first issuemarkdown

Repository-Metriken

Stars
 (16.523 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 2T 16h) (103 gemergte PRs in 30 T)

Beschreibung

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?

Contributor Guide