craftcms / redactor

Edit rich text content in Craft CMS using Redactor by Imperavi.
https://plugins.craftcms.com/redactor
MIT License
100 stars 49 forks source link

Line break inside A tag #459

Open michael-ari-101 opened 1 year ago

michael-ari-101 commented 1 year ago

Description

Line breaks get inserted into link tags.

Example:

<p><a href="mailto:test@email.com">test@email.com</a><a href="tel:00123456789"><br>+12 345 6789</a><a href="https://example.com"><br>example</a></p>

Steps to reproduce

  1. Add three words and separate with line breaks
  2. Select each line and insert links

Additional info