From 1fb17be9a008b549d11b622849adbaad01d4023d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Fri, 20 Dec 2019 20:37:47 +0100 Subject: deps: Update Goldmark to v1.1.18 Fixes #6649 --- hugolib/page_test.go | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) (limited to 'hugolib/page_test.go') diff --git a/hugolib/page_test.go b/hugolib/page_test.go index 7f8d3cf49..66439a7a5 100644 --- a/hugolib/page_test.go +++ b/hugolib/page_test.go @@ -1644,6 +1644,11 @@ $$$bash {hl_lines=[1]} MARKDOWN $$$ +Link with URL as text + +[https://google.com](https://google.com) + + ` content = strings.ReplaceAll(content, "$$$", "```") @@ -1652,10 +1657,12 @@ $$$ b.Build(BuildCfg{}) b.AssertFileContent("public/page/index.html", - `