hard code insideInline boolean instead of inverting it

pull/399/head
tjex 2 months ago
parent 37ea59af16
commit d363631d5a

@ -323,7 +323,7 @@ func (d *document) DocumentLinks() ([]documentLink, error) {
// 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 {
insideInline = !insideInline
insideInline = true
}
}

Loading…
Cancel
Save