editor-js / editor-js/paragraph

Line breaks are not detected in safari.

Open
#41 3 comments 3 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
59
Forks
129
PR merge metrics
No merged PRs in 30d

Description

## in Chrome.
![image](https://user-images.githubusercontent.com/2194021/101336639-0f813600-38be-11eb-8638-cd875c047d38.png)

output.
```
{text: "Hi, gihub issue.
line break.
line break."}
```

## in safari

![image](https://user-images.githubusercontent.com/2194021/101336664-1445ea00-38be-11eb-9732-bde9a1f88efa.png)

output
```
{text: "Hi, gihub issue.line break.line break."}
```


Tags instead of div tags are inserted

any solution? @neSpecc @talyguryn

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.