Skip to content

Update module russross/blackfriday/v2 to v2.1.0

renovate requested to merge renovate/github.com-russross-blackfriday-v2-2.x into master

This MR contains the following updates:

Package Type Update Change
github.com/russross/blackfriday/v2 require minor v2.0.1 -> v2.1.0

Release Notes

russross/blackfriday

v2.1.0

Compare Source

A minor release, mainly aimed at resolving ambiguity about the import path for blackfriday v2 and delivering minor fixes since last release:

  • Committed to github.com/russross/blackfriday/v2 as the canonical import path for blackfriday v2. (Issue #​587)
  • Reduced the amount of dependencies. (MRs #​509 and #​515)
  • Added a SanitizedAnchorName function. (MR #​509)
  • Added Node.IsContainer and Node.IsLeaf methods. (MR #​540)
  • Fixed parsing of links that end with a double backslashes. (Issue #​510)
  • Fixed an issue where fence length wasn't computed. (MR #​505)
  • Improved the default value for the HTMLRendererParameters.FootnoteReturnLinkContents field. (MR #​547)

Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Merge request reports