From e31b6a2660669309a799f6139d3c1d4312383be4 Mon Sep 17 00:00:00 2001 From: Burak Nehbit Date: Mon, 28 Oct 2019 21:52:59 -0700 Subject: [PATCH] compile fix --- commonmark.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commonmark.go b/commonmark.go index 3f7b717..e2530bc 100644 --- a/commonmark.go +++ b/commonmark.go @@ -7,7 +7,7 @@ import ( "strings" "github.com/PuerkitoBio/goquery" - "github.com/nehbit/html-to-markdown/escape" + // "github.com/nehbit/html-to-markdown/escape" ) var multipleSpacesR = regexp.MustCompile(` +`)