Opened 6 years ago
Closed 5 years ago
#2649 closed defect (fixed)
Toolshed details does not display http link markup correctly.
Reported by: | Tom Goddard | Owned by: | Conrad Huang |
---|---|---|---|
Priority: | moderate | Milestone: | |
Component: | Tool Shed | Version: | |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Notify when closed: | Platform: | all | |
Project: | ChimeraX |
Description
In the details section of a bundle on the Toolshed web page having two links on one line does not format properly. For example the following markup
mangles the second link appearing in the preview and submitted page as
"Some link1] and [https://link2 link2"
A single link markup works correctly.
Note:
See TracTickets
for help on using tickets.
Conrad fixed regex in Markdown.Converter.js.