Unverified Commit 909804b7 authored by Robert Kaussow's avatar Robert Kaussow Committed by GitHub
Browse files

Bump goldmark to v1.4.11 (#19201)


* Bump goldmark to v1.4.11

* add testcase
Signed-off-by: default avatarAndrew Thornton <art27@cantab.net>
Co-authored-by: default avatarAndrew Thornton <art27@cantab.net>
parent def54567
Showing with 16 additions and 3 deletions
+16 -3
......@@ -199,6 +199,11 @@ func testAnswers(baseURLContent, baseURLImages string) []string {
</li>
</ol>
</div>
`, `<ul>
<li class="task-list-item"><input type="checkbox" disabled="" data-source-position="3"/> If you want to rebase/retry this PR, click this checkbox.</li>
</ul>
<hr/>
<p>This PR has been generated by <a href="https://github.com/renovatebot/renovate" rel="nofollow">Renovate Bot</a>.</p>
`,
}
}
......@@ -271,6 +276,14 @@ Here is a simple footnote,[^1] and here is a longer one.[^bignote]
Add as many paragraphs as you like.
`,
`
- [ ] <!-- rebase-check --> If you want to rebase/retry this PR, click this checkbox.
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!-- test-comment -->`,
}
func TestTotal_RenderWiki(t *testing.T) {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment