Write a mail:
⏮ Last week:
- More 18 reviews and polishing
- Went through notifications
Send it, and see it formatted like this:
⏮ Last week:
- More 18 reviews and polishing
- Went through notifications
Priority cause it changes mail text unexpectedly. :)
The "problem"
Priority cause it changes mail text unexpectedly. :)
Yeah, pretty much every bug report is about unexpected behavior :see_no_evil:
Regarding <p> vs <br> https://github.com/ckeditor/ckeditor5/issues/617
Yeah, pretty much every bug report is about unexpected behavior see_no_evil
Let me say it like this: Priority because it not only is a bug which trips you up, but makes you look like an idiot to people receiving your emails. ;)
Wouldn't it be possible to send Nexcloud's p style together with the email?
Like adding style="margin:0;" to all <p> tags?
The guy at CKEditor is right, line breaks are the root of all evil, visually and semantically. They must be discouraged at all costs.
Good. Now, what’s the solution to get the emails properly formated?
Le 19 janv. 2020 à 10:22, Friptick notifications@github.com a écrit :
The guy at CKEditor is right, line breaks are the root of all evil, visually and semantically. They must be discouraged at all costs.—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
I'd be fine with a custom styling on the p's right now.
Reopening since this still happens – ref @ma12-co if you have additional logs since you ran into that issue recently.
Yep, still happening as of today on our company instance
Isn't it solved now? @ma12-co ?
It didn't happen to me recently, but I haven't actively tried to reproduce. Do you need help with that?
It didn't happen to me recently, but I haven't actively tried to reproduce. Do you need help with that?
Well, at least I don't remember how to reproduce this issue 😞
How about adding an option that makes Enter insert <p> tag with mb-0 style:
```javascript
editorConfig: {
emailMode: true
}
````
```html
````
emailMode? Is that a feature of CKEditor 5?