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
After Gutenberg 4.1 was released, it wraps <div> containig <a> containing <div> with <p> and duplicates <a> without <div> into one more <p>. There is no such a problem in Gutenberg 4.0
To Reproduce
Create a Custom HTML block with this HTML: <div><a style="height:50px;width: 100px;background: #ddd;display: block;border-radius: 10px;"><div>Test link</div></a></div>
Save and view the page
You will see
Expected behavior
Desktop (please complete the following information):
OS: Win7
Browser Chrome
Version 69.0.3497.100
The text was updated successfully, but these errors were encountered:
After Gutenberg 4.1 was released, it wraps
<div>
containig<a>
containing<div>
with<p>
and duplicates<a>
without<div>
into one more<p>
. There is no such a problem in Gutenberg 4.0To Reproduce
<div><a style="height:50px;width: 100px;background: #ddd;display: block;border-radius: 10px;"><div>Test link</div></a></div>
Expected behavior
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: