facebook/lexical

Feature: support empty line in markdown

Fechada

#4.838 aberto em 28 de jul. de 2023

 (4 comentários) (2 reações) (0 responsável)JavaScript (1.349 forks)batch import
contribution-weekenhancementgood first issuemarkdown

Métricas do repositório

Stars
 (16.523 estrelas)
Métricas de merge de PR
 (Mesclagem média 2d 16h) (103 fundiu PRs em 30d)

Description

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?

Guia do colaborador