You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p> Some
text that is wrapped
across multiple
lines </p>
=>
<p> Some text that is wrapped across multiple lines </p>
Note that the complexity is a different one for text nodes, as some whitespace can be removed while similar whitespace in a different position might have an impact on rendering.
Feature description
Add logic to the existing
Minify
transformer so that it collapses and trims whitespace in body text nodesRelated ampproject/amp-wp#4213
Do not alter or remove anything below. The following sections will be managed by moderators only.
Acceptance criteria
<body>
only contain the essential whitespace to maintain their displayed resultImplementation brief
QA testing instructions
Demo
Changelog entry
The text was updated successfully, but these errors were encountered: