-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Line 41 in 471cec8
| toReturn.add(markdown.substring(openParen + 1, closeParen)); |
Output of the code here would be [https://something.com/, some-thing.html, This part breaks the program! How do we fix this?] When it should only be [https://something.com, some-thing.html]
Fix:
if (links.replaceAll(“\s+”, “”) == link) {
toReturn.add(link);
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels