AppFlowy-IO / AppFlowy-IO/appflowy-editor
[Bug] base64 image on markdown
- Ngôn ngữ chính
- Dart
- Star
- 684
- Fork
- 329
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
### Bug Description
if i try to set on a markdown image a base64 image, they will not be desplayed on the editor
### How to Reproduce
you can test it with code bellow
```
var markdowntest2 = "";
late EditorStateCustom editorState = EditorStateCustom(
document: markdownToDocument(markdowntest2),
);
```
### Expected Behavior
would be helpfully to display also base64 images
### Operating System
macOS App
### AppFlowy Editor Version(s)
5.1.0
### Screenshots
_No response_
### Additional Context
_No response_
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.