When a text that contains a quoted URL is passed, translator fails to convert properly.
Input:
The site is `http://example.com`
Output:
サイトは `<a href="http://example.com" class="bare">http://example.com</a>`
Expected:
サイトは `http://example.com`