remove my comment, code is clear enough

pull/399/head
tjex 2 months ago
parent 4df45d26db
commit 9161a5be4a

@ -320,9 +320,7 @@ func (d *document) DocumentLinks() ([]documentLink, error) {
hasTitle := match[4] != -1
appendLink(href, match[0], match[1], hasTitle, true)
}
// if there are an odd number of back ticks, the state of insideInline
// for the following link will be true
if strings.Count(line, "`")%2 == 1 {
if strings.Count(line, "`")%2 == 1 {
insideInline = !insideInline
}
}

Loading…
Cancel
Save