mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-22 10:21:36 +03:00
16c3785b52
closes #10531 - Adds space when encountering closing </p> and <br> tags - The mobiledoc-to-html conversion produces these tags in this exact syntax, so there is no need to account for more cases like additional spaces or alternative syntax like <br /> - Added test cases that cover spacing use-casei - Changed some existing tests to contain more close-to-real-world markup - The downside of this approach is generating multiple spaces in case there are empty paragraphs in the markup. The same concern is true for current "new line" substitution: > excerpt.replace(/(\r\n|\n|\r)+/gm, ' ') but it never has been a concern as in real world when multiple spaces are used inside of the `<p>` tag they are rendered as single space. |
||
---|---|---|
.. | ||
amp_url_spec.js | ||
asset_url_spec.js | ||
author_fb_url_spec.js | ||
author_image_spec.js | ||
author_url_spec.js | ||
blog_logo_spec.js | ||
canonical_url_spec.js | ||
context_object_spec.js | ||
cover_image_spec.js | ||
creator_url_spec.js | ||
description_spec.js | ||
excerpt_spec.js | ||
image-dimensions_spec.js | ||
keywords_spec.js | ||
modified_date_spec.js | ||
og_image_spec.js | ||
og_type_spec.js | ||
paginated_url_spec.js | ||
published_date_spec.js | ||
rss_url_spec.js | ||
schema_spec.js | ||
structured_data_spec.js | ||
title_spec.js | ||
twitter_image_spec.js | ||
url_spec.js |