AppFlowy-IO / AppFlowy-IO/appflowy-editor

[Bug] markdown to document newline & image in paragraph

オープン
#943 コメント 5 件 リアクション 1 件 担当者 0 名 GitHub で見る
p1
主要言語
Dart
スター
684
フォーク
329
PR マージ指標
30日以内にマージされた PR はありません

説明

### Bug Description

When converting a document to markdown we have this
```
line1
line2

line3
![](https://...img.jpg)
```

After creating a document from markdown
Appflowy editor renders
```
line1
line2
line3
```

### How to Reproduce

create a new editor from markdown with the previous content.
- Newline is skipped.
- Images are skipped

### Expected Behavior

The empty line should be rendered
THe image should be rendered

Note : the newline is correctly rendered by markdown renderer when exporting markdown from editor.

### Operating System

android, ios

### AppFlowy Editor Version(s)

latest

### Screenshots

_No response_

### Additional Context

_No response_

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。