Open mpivchev opened 1 year ago
Works fine here 🤔
Works fine here 🤔
Reproducable on Safari but visible on all browsers
Reproducable on Safari but visible on all browsers
Please test it here as well, to see, if it's a Talk or library issue: https://nextcloud-vue-components.netlify.app/#/Components/NcRichText?id=ncrichtext-1
Can not reproduce on iPad Safari
Please test it here as well, to see, if it's a Talk or library issue:
I did, it seems to work there.
But can also reproduce the missing line in safari locally:
The actual problem seems to be the posting. If I post one line code from another browser it also renders on Safari.
But if I post the message it gets sent as:
```hi\n```
instead of
```\nhi\n```
and therefore the single line/word is interpreted as "language"/flavor
How to use GitHub
Steps to reproduce
Expected behaviour
The code actually gets reformatted like:
... and doesn't show up:
Actual behaviour
Should look like this:
Browser name: Reproducable on Safari but visible on all