Closed gdewald closed 7 years ago
Changes:
This code is a bit hacky but I thought I'd share it anyways. Feel free to merge either change if you think it would be beneficial.
Input: <div>If you would like to provide feedback please email <a href='mailto:johndoe@example.com'>johndoe@example.com</a>.</div>
<div>If you would like to provide feedback please email <a href='mailto:johndoe@example.com'>johndoe@example.com</a>.</div>
Original output: If you would like to provide feedback please email johndoe@example.com (johndoe@example.com) .
If you would like to provide feedback please email johndoe@example.com (johndoe@example.com) .
New output: If you would like to provide feedback please email johndoe@example.com.
If you would like to provide feedback please email johndoe@example.com.
Issues:
@gdewald I like this very much, thanks for the contribution!
Best, Jay
Changes:
This code is a bit hacky but I thought I'd share it anyways. Feel free to merge either change if you think it would be beneficial.
Input:
<div>If you would like to provide feedback please email <a href='mailto:johndoe@example.com'>johndoe@example.com</a>.</div>
Original output:
If you would like to provide feedback please email johndoe@example.com (johndoe@example.com) .
New output:
If you would like to provide feedback please email johndoe@example.com.
Issues: