Fix markdown link parsing for in
This commit is contained in:
@@ -137,6 +137,9 @@ func (c *InCommand) getAttachments(releaseBody string) ([]attachment, error) {
|
||||
continue
|
||||
}
|
||||
|
||||
nameStart++
|
||||
urlStart++
|
||||
|
||||
attachments = append(attachments, attachment{
|
||||
Name: line[nameStart:nameEnd],
|
||||
URL: line[urlStart:urlEnd],
|
||||
|
Reference in New Issue
Block a user