asoul-sig / asouldocs

ASoulDocs is a stupid web server for multilingual documentation
https://asouldocs.dev
MIT License
1.37k stars 157 forks source link

mod: bump github.com/russross/blackfriday from 1.5.2 to 2.0.0+incompatible #69

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps github.com/russross/blackfriday from 1.5.2 to 2.0.0+incompatible.

Release notes

Sourced from github.com/russross/blackfriday's releases.

v2.0.0

Version 2 of Blackfriday is a major overhaul of the API. Feature-wise nothing has changed, but the entire set of types, functions and constants has changed. This was done to make the API have more idiomatic Go look-and-feel, and fix a few bugs inherent in the legacy C-like interface. As a bonus, Blackfriday has become more flexible for extension.

Highlights:

  • The most common entry point has been simplified. The vast majority of users can now call Run to get what they want:
    outputBytes := blackfriday.Run(inputBytes)
    
  • Writing your own renderer has become much easier.
  • It's become very easy to write an extension to an existing renderer, customizing one aspect or another, and leaning back to the default behavior.
  • You can now parse the Markdown document and obtain the syntax tree. You can manipulate the tree before rendering, or you can use it for data extraction from the Markdown documents.
  • To get all of the above working, documentation has been improved.

v1.6.0

A minor release, delivering minor fixes since the last release, and resolving ambiguity in the README about the import path for blackfriday v2:

  • Committed to github.com/russross/blackfriday/v2 as the canonical import path for blackfriday v2. (Issue #587)
  • Added HTML_NOOPENER_LINKS HTML renderer option. (Issue #459, PR #570)
  • Fixed parsing of fenced code blocks inside lists. (Issues #495 and #485, PR #521)
  • Fixed an issue where <details> tag was wrapped in <p> tag. (Issue #525, PR #559)
  • Fixed parsing of links that end with a double backslashes. (PR #512)
Commits
  • cadec56 Merge pull request #384 from bep/v2
  • 3a1d515 Add Smartypants support for French Guillemets
  • 4582051 Unexport a bunch of constants private to HTML renderer (#381)
  • e0df702 Merge pull request #382 from russross/v2-final-docs-fixes
  • 19913a1 Address feedback
  • d548761 Several small documentation fixes
  • f42ca5b Merge pull request #377 from russross/v2-catch-up-readme
  • f86f06b Merge pull request #376 from russross/v2-improve-renderer-368
  • 427717f Use io.WriteString instead of w.Write([]byte(str))
  • 257ccba Catch up README with the latest changes in code
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 2 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.