rinku
rinku copied to clipboard
Curly quotes should not be part of URL
Rinku.auto_link(%(‘http://example.org’))
produces ‘<a href="http://example.org’">http://example.org’</a>
. I would have expected it to produce ‘<a href="http://example.org">http://example.org</a>’
instead. Similarly for Rinku.auto_link(%(“http://example.org”))
.
These curly quotes should probably be treated the same as their straight cousins '
and "
, right?