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
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?
The text was updated successfully, but these errors were encountered:
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?The text was updated successfully, but these errors were encountered: