Ghost/ghost/core
Sodbileg Gansukh 7d2787aa32
Fixed blockquote spacing on iOS Mail app (#20621)
ref DES-571

- iOS Mail app ignores spacing on the \<blockquote\> element, but will
respect spacing on the \<p\> element inside it
- for that reason, we started to enforce always rendering \<p\> inside
\<blockquote\> for emails
- these changes move the spacing related styles from blockquote to p
inside
2024-07-18 20:10:29 +08:00
..
content 🎨 Updated Source to v1.3.1 2024-07-12 16:04:42 +00:00
core Reverted "Added custom redirects ReDoS validation" (#20614) 2024-07-17 12:37:19 +01:00
test Fixed blockquote spacing on iOS Mail app (#20621) 2024-07-18 20:10:29 +08:00
.c8rc.e2e.json
.c8rc.json
.eslintignore
.eslintrc.js
.npmignore
config.development.json
ghost.js
index.js
jsconfig.json
loggingrc.js
MigratorConfig.js
monobundle.js
package.json Enforced nested <p> when rendering <blockquote> in email 2024-07-18 12:10:58 +01:00
playwright.config.js