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?
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 forRinku.auto_link(%(“http://example.org”)).These curly quotes should probably be treated the same as their straight cousins
'and", right?