From 11436c5e9d1d48bdaa0679bac82b339c5cb0857b Mon Sep 17 00:00:00 2001 From: Kelvin Ly Date: Wed, 20 Nov 2019 22:56:53 -0500 Subject: [PATCH] Make resize point same as resize to ensure seamless images --- markdown.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/markdown.go b/markdown.go index 48ab165..1cd7b2b 100644 --- a/markdown.go +++ b/markdown.go @@ -120,7 +120,7 @@ func (r *renderer) Image(out *bytes.Buffer, link []byte, title []byte, alt []byt writeSource := func() { out.WriteString("") + out.WriteString("\" media=\"(min-width: 800px)\">") } // link to outside of this website if bytes.HasPrefix(link, []byte("http")) {