facebook/lexical

Feature: support empty line in markdown

Fermée

#4 838 ouverte le 28 juil. 2023

 (4 commentaires) (2 réactions) (0 personne assignée)JavaScript (1 349 forks)batch import
contribution-weekenhancementgood first issuemarkdown

Métriques du dépôt

Stars
 (16 523 étoiles)
Métriques de merge PR
 (Merge moyen 2j 16h) (103 PRs mergées en 30 j)

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?

Guide contributeur