hi, this plugin works almost great for me but it doesn't wrap email adress in this example:
text p@rzeszow.uw.gov.pl text
<table border="0">
<tbody>
<tr>
<td> p@rzeszow.uw.gov.pl</td> <!-- here's the problem -->
</tr>
</tbody>
</table>
<a href="mailto:p@rzeszow.uw.gov.pl">p@rzeszow.uw.gov.pl</a>
When i remove " " in front of email in <td> then it works.
Can someone help me fix this issue?