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")) {