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
Seems bit complicated since there can be any number of such fields in CSV. One simple implementation will be to mark certain row as a link and while rendering it shows as link with generic text like link. I will add this as a feature request for now.
I don't see what is complicated. I think as a first draft have the rederer find text starting with "http" then wrap it in <a href=" prefix and ">link</a> suffix? Seems to me this would work for cells that contain just a URL. (Of course, rare edge cases, like a quote (") in the URL would likely break it.)
BTW, When I edit the csv file and wrap the URL, github refuses to render the csv, saying:
"We can make this file beautiful and searchable if this error is corrected: Illegal quoting in line ..."
(BTW, the beautiful-and-searchable link does not mention anything about "quoting", illegal or not!)
For example,there is a csv file :
output should like this:
The text was updated successfully, but these errors were encountered: