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
When a line that starts with an achor link is bolded, the entire line gets bolded.
Reproducing the issue:
Case: Only the link is bolded(NOTE: ensure 'Lorem Ipsum' is an anchor link) Copy:Lorem ipsum - dolor sit amet, consectetur adipiscing elit Precondition: Bold only the Lorem ipsum part Result: The entire line is bolded Result HTML:
<p><b><ahref="https://www.example.com"><b>Lorem ipsum</b></a> - dolor sit amet, consectetur adipiscing elit
</b></p>
Expected result: Only Lorem ipsum is bolded Expected HTML:
<p><ahref="https://www.example.com"><b>Lorem ipsum</b></a> - dolor sit amet, consectetur adipiscing elit
</p>
Current workarounds
Workaround 1: Inserting an invisible character at the start of the line extra line(ie. a space) causes the issue to semi-resolve itself Copy: [INVISIBLE_CHARACTER]Lorem Ipsum - dolor sit amet, consectetur adipiscing elit Result: Only the Lorem Ipsum is bolded Result HTML:
<p><b></b><ahref="https://www.example.com"><b>Lorem ipsum</b></a> - dolor sit amet, consectetur adipiscing elit
</p>
Workaround 2: Italicizing the bolded link causes the link to be bolded and italicized and the rest of the line appear correct Copy:Lorem Ipsum - dolor sit amet, consectetur adipiscing elit Result: Only the Lorem Ipsum is bolded and italicized Result HTML:
<p><i><b></b></i><ahref="https://www.example.com"><i><b>Lorem ipsum</b></i></a> - dolor sit amet, consectetur adipiscing elit
</p>
The text was updated successfully, but these errors were encountered:
Issue
When a line that starts with an achor link is bolded, the entire line gets bolded.
Reproducing the issue:
Case: Only the link is bolded(NOTE: ensure 'Lorem Ipsum' is an anchor link)
Copy: Lorem ipsum - dolor sit amet, consectetur adipiscing elit
Precondition: Bold only the Lorem ipsum part
Result: The entire line is bolded
Result HTML:
Expected result: Only Lorem ipsum is bolded
Expected HTML:
Current workarounds
Workaround 1: Inserting an invisible character at the start of the line extra line(ie. a space) causes the issue to semi-resolve itself
Copy: [INVISIBLE_CHARACTER]Lorem Ipsum - dolor sit amet, consectetur adipiscing elit
Result: Only the Lorem Ipsum is bolded
Result HTML:
Workaround 2: Italicizing the bolded link causes the link to be bolded and italicized and the rest of the line appear correct
Copy: Lorem Ipsum - dolor sit amet, consectetur adipiscing elit
Result: Only the Lorem Ipsum is bolded and italicized
Result HTML:
The text was updated successfully, but these errors were encountered: