use my fork of blackfriday

Turns out the PR to the upstream is not merged and looks like the
maintainers didn't have a chance to merge it. The `replace` directive
causes some problems: https://github.com/kovetskiy/mark/issues/71
This commit is contained in:
Egor Kovetskiy
2021-03-11 08:59:37 +03:00
parent 398cc7375e
commit bf4bbbe20a
3 changed files with 4 additions and 9 deletions

View File

@@ -7,7 +7,7 @@ import (
"github.com/kovetskiy/mark/pkg/mark/stdlib"
"github.com/reconquest/pkg/log"
bf "github.com/russross/blackfriday/v2"
bf "github.com/kovetskiy/blackfriday/v2"
)
type ConfluenceRenderer struct {