russross / blackfriday

Blackfriday: a markdown processor for Go
Other
5.42k stars 598 forks source link

undefined: blackfriday.MarkdownCommon #560

Open 52lemon opened 5 years ago

52lemon commented 5 years ago

i got "undefined: blackfriday.MarkdownCommon" when i use like this policy := bluemonday.StrictPolicy() //remove all html tags sanitized := policy.Sanitize(string(blackfriday.MarkdownCommon([]byte(post.Body))))

52lemon commented 5 years ago

i use go module

andig commented 5 years ago

You seem to have the same problem as #565