correct import

Signed-off-by: Miek Gieben <miek@miek.nl>
This commit is contained in:
Miek Gieben 2018-08-10 22:23:04 +01:00
parent 45707013cb
commit 9f9e0e833b
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ import (
"io"
"github.com/gomarkdown/markdown/ast"
"github.com/mmarkdown/markdown/parser"
"github.com/gomarkdown/markdown/parser"
)
// EscapeHTMLCallouts writes html-escaped d to w. It escapes &, <, > and " characters, *but*