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
Thanks for this great plugin! I think I found a bug case.
The markdown is the following:
[![Join the chat at https://gitter.im/escherpad/luna](https://img.shields.io/badge/GITTER-join%20chat-green.svg?style=flat-square)](https://gitter.im/escherpad/luna?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
The correct result should be:
<p><ahref="https://gitter.im/escherpad/luna?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge"><imgsrc="https://img.shields.io/badge/GITTER-join%20chat-green.svg?style=flat-square" alt="Join the chat at https://gitter.im/escherpad/luna"></a></p>
but it looks like flowdock's result is a little strange:
<p>[![Join the chat at <ahref="https://gitter.im/escherpad/luna%5D(https://img.shields.io/badge/GITTER-join%20chat-green.svg?style=flat-square)%5D(https://gitter.im/escherpad/luna?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)">https://gitter.im/escherpad/luna](https://img.shields.io/badge/GITTER-join chat-green.svg?style=flat-square)](https://gitter.im/escherpad/luna?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)</a></p>
The text was updated successfully, but these errors were encountered:
Hi @aesterline ,
Thanks for this great plugin! I think I found a bug case.
The markdown is the following:
The correct result should be:
but it looks like flowdock's result is a little strange:
The text was updated successfully, but these errors were encountered: