diff --git a/hugolib/page_test.go b/hugolib/page_test.go index 7f8d3cf49f5..8673078bfda 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,14 @@ $$$ b.Build(BuildCfg{}) b.AssertFileContent("public/page/index.html", - `