russross/blackfriday

index out of range panic in scanLinkRef

opennota opened this issue · 0 comments

The below program panics:

package main

import "github.com/russross/blackfriday"

func main() {
    blackfriday.MarkdownCommon([]byte("[]:<"))
}