Changes between Initial Version and Version 1 of Ticket #35533, comment 1


Ignore:
Timestamp:
Jun 18, 2024, 12:21:27 PM (3 months ago)
Author:
Simon Willison

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35533, comment 1

    initial v1  
    1313Maybe we could have code that notices that `http://these](https://simonwillison.net/2023/Aug/6/annotated-presentations/)` is NOT a valid URL - you cannot have `](` in the middle of the hostname portion - and hence decides not to URLize it at all.
    1414
    15 (Background: the reason I'm seeing this is that my Django SQL Dashboard software tries to URLize text it displays, but has no way of knowing if a database column contains Markdown - this broken example came from https://simonwillison.net/dashboard/tags-with-descriptions/ )
     15(Background: the reason I'm seeing this is that my Django SQL Dashboard software tries to URLize text it displays, but has no way of knowing if a database column contains Markdown - this broken example came from https://simonwillison.net/dashboard/tags-with-descriptions/ - screenshot here: https://code.djangoproject.com/attachment/ticket/35533/screenshot-of-markdown.jpg )
Back to Top