facebook/lexical

Feature: support empty line in markdown

Chiusa

#4838 aperta il 28 lug 2023

 (4 commenti) (2 reazioni) (0 assegnatari)JavaScript (1349 fork)batch import
contribution-weekenhancementgood first issuemarkdown

Metriche repository

Star
 (16.523 stelle)
Metriche merge PR
 (Merge medio 2g 16h) (103 PR mergiate in 30 g)

Descrizione

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?

Guida contributor