From 909804b717713d9dddf9589a31b825e75ecd105e Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Thu, 24 Mar 2022 16:47:37 +0100 Subject: Bump goldmark to v1.4.11 (#19201) * Bump goldmark to v1.4.11 * add testcase Signed-off-by: Andrew Thornton Co-authored-by: Andrew Thornton --- modules/markup/markdown/markdown_test.go | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'modules/markup/markdown') diff --git a/modules/markup/markdown/markdown_test.go b/modules/markup/markdown/markdown_test.go index 54c2ea87d6..a069d402bb 100644 --- a/modules/markup/markdown/markdown_test.go +++ b/modules/markup/markdown/markdown_test.go @@ -199,6 +199,11 @@ func testAnswers(baseURLContent, baseURLImages string) []string { +`, `
    +
  • If you want to rebase/retry this PR, click this checkbox.
  • +
+
+

This PR has been generated by Renovate Bot.

`, } } @@ -271,6 +276,14 @@ Here is a simple footnote,[^1] and here is a longer one.[^bignote] Add as many paragraphs as you like. `, + ` +- [ ] If you want to rebase/retry this PR, click this checkbox. + +--- + +This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). + +`, } func TestTotal_RenderWiki(t *testing.T) { -- cgit v1.2.3