[PR #3857] [MERGED] Update blackfriday dependency per #2994 #17109

Closed
opened 2025-11-02 12:26:31 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/3857
Author: @pjeby
Created: 4/28/2018
Status: Merged
Merged: 4/29/2018
Merged by: @lunny

Base: masterHead: blackfriday-update


📝 Commits (3)

  • 21605ad Update blackfriday dependency per #2994
  • 9a9047d Merge branch 'master' into blackfriday-update
  • b70f47e Merge branch 'master' into blackfriday-update

📊 Changes

9 files changed (+292 additions, -110 deletions)

View changed files

📝 vendor/github.com/russross/blackfriday/README.md (+126 -39)
📝 vendor/github.com/russross/blackfriday/block.go (+44 -23)
vendor/github.com/russross/blackfriday/doc.go (+32 -0)
📝 vendor/github.com/russross/blackfriday/html.go (+10 -21)
📝 vendor/github.com/russross/blackfriday/inline.go (+7 -1)
📝 vendor/github.com/russross/blackfriday/latex.go (+5 -3)
📝 vendor/github.com/russross/blackfriday/markdown.go (+21 -6)
📝 vendor/github.com/russross/blackfriday/smartypants.go (+44 -14)
📝 vendor/vendor.json (+3 -3)

📄 Description

Signed-off-by: PJ Eby pje@telecommunity.com

This PR is a pure update of the vendored blackfriday markdown processor, to fix various bugs as described in #2994, including HTML5 validity, infinite loops on certain input, and commonmark compatibility for code fence lines.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-gitea/gitea/pull/3857 **Author:** [@pjeby](https://github.com/pjeby) **Created:** 4/28/2018 **Status:** ✅ Merged **Merged:** 4/29/2018 **Merged by:** [@lunny](https://github.com/lunny) **Base:** `master` ← **Head:** `blackfriday-update` --- ### 📝 Commits (3) - [`21605ad`](https://github.com/go-gitea/gitea/commit/21605ad75584962f2cf2a0aa7e4465901d3df14f) Update blackfriday dependency per #2994 - [`9a9047d`](https://github.com/go-gitea/gitea/commit/9a9047dedb414c78bb35be72d5232aa311751d55) Merge branch 'master' into blackfriday-update - [`b70f47e`](https://github.com/go-gitea/gitea/commit/b70f47e86430493647e5a3c4873ccfd0f1f83f54) Merge branch 'master' into blackfriday-update ### 📊 Changes **9 files changed** (+292 additions, -110 deletions) <details> <summary>View changed files</summary> 📝 `vendor/github.com/russross/blackfriday/README.md` (+126 -39) 📝 `vendor/github.com/russross/blackfriday/block.go` (+44 -23) ➕ `vendor/github.com/russross/blackfriday/doc.go` (+32 -0) 📝 `vendor/github.com/russross/blackfriday/html.go` (+10 -21) 📝 `vendor/github.com/russross/blackfriday/inline.go` (+7 -1) 📝 `vendor/github.com/russross/blackfriday/latex.go` (+5 -3) 📝 `vendor/github.com/russross/blackfriday/markdown.go` (+21 -6) 📝 `vendor/github.com/russross/blackfriday/smartypants.go` (+44 -14) 📝 `vendor/vendor.json` (+3 -3) </details> ### 📄 Description Signed-off-by: PJ Eby <pje@telecommunity.com> This PR is a pure update of the vendored blackfriday markdown processor, to fix various bugs as described in #2994, including HTML5 validity, infinite loops on certain input, and commonmark compatibility for code fence lines. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-02 12:26:31 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#17109