From 4175b0468680b076a5e5f90450157a98f841789b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Sun, 24 Nov 2019 12:28:57 +0100 Subject: deps: Update Goldmark --- markup/goldmark/convert_test.go | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'markup') diff --git a/markup/goldmark/convert_test.go b/markup/goldmark/convert_test.go index 47798660d..a23976fd6 100644 --- a/markup/goldmark/convert_test.go +++ b/markup/goldmark/convert_test.go @@ -33,6 +33,11 @@ func TestConvert(t *testing.T) { // Smoke test of the default configuration. content := ` +## Links + +https://github.com/gohugoio/hugo/issues/6528 +[Live Demo here!](https://docuapi.netlify.com/) + ## Code Fences §§§bash @@ -108,6 +113,9 @@ description got := string(b.Bytes()) + // Links + c.Assert(got, qt.Contains, `Live Demo here!`) + // Header IDs c.Assert(got, qt.Contains, `

Custom ID

`, qt.Commentf(got)) c.Assert(got, qt.Contains, `

Auto ID

`, qt.Commentf(got)) -- cgit v1.2.3