From f9a010c4a2f5c17c706f73927f067ccaa798246b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Aug 2022 19:28:48 +0000 Subject: [PATCH 1/2] Bump github/super-linter from 4.9.5 to 4.9.6 Bumps [github/super-linter](https://github.com/github/super-linter) from 4.9.5 to 4.9.6. - [Release notes](https://github.com/github/super-linter/releases) - [Changelog](https://github.com/github/super-linter/blob/main/docs/release-process.md) - [Commits](https://github.com/github/super-linter/compare/v4.9.5...v4.9.6) --- updated-dependencies: - dependency-name: github/super-linter dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 29b9aac525..6618d9122a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -119,7 +119,7 @@ jobs: steps: - uses: actions/checkout@v3 - - uses: github/super-linter/slim@v4.9.5 + - uses: github/super-linter/slim@v4.9.6 env: DEFAULT_BRANCH: main GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} From 8b0772e994fdb4d75f47f252ae00ae2b83d5f737 Mon Sep 17 00:00:00 2001 From: Colin O'Dell Date: Mon, 12 Sep 2022 17:06:52 -0400 Subject: [PATCH 2/2] Remove unused link reference definitions --- docs/1.3/extensions/autolinks.md | 1 - docs/1.4/extensions/autolinks.md | 1 - docs/1.5/extensions/autolinks.md | 1 - docs/1.6/extensions/autolinks.md | 1 - docs/2.0/extensions/autolinks.md | 1 - docs/2.0/extensions/description-lists.md | 1 - docs/2.1/extensions/autolinks.md | 1 - docs/2.1/extensions/description-lists.md | 1 - docs/2.2/extensions/autolinks.md | 1 - docs/2.2/extensions/description-lists.md | 1 - docs/2.3/extensions/autolinks.md | 1 - docs/2.3/extensions/description-lists.md | 1 - 12 files changed, 12 deletions(-) diff --git a/docs/1.3/extensions/autolinks.md b/docs/1.3/extensions/autolinks.md index 8bddd85e40..6bc7a761de 100644 --- a/docs/1.3/extensions/autolinks.md +++ b/docs/1.3/extensions/autolinks.md @@ -89,5 +89,4 @@ When creating your own, you can provide two parameters to the constructor: Note that `@mention`-style linking doesn't actually require you to add the extension - just the `InlineParser` of your choice. -[link-league-commonmark]: https://github.com/thephpleague/commonmark [link-gfm-spec-autolinking]: https://github.github.com/gfm/#autolinks-extension- diff --git a/docs/1.4/extensions/autolinks.md b/docs/1.4/extensions/autolinks.md index 35cf996a90..645fd62ff6 100644 --- a/docs/1.4/extensions/autolinks.md +++ b/docs/1.4/extensions/autolinks.md @@ -89,5 +89,4 @@ When creating your own, you can provide two parameters to the constructor: Note that `@mention`-style linking doesn't actually require you to add the extension - just the `InlineParser` of your choice. -[link-league-commonmark]: https://github.com/thephpleague/commonmark [link-gfm-spec-autolinking]: https://github.github.com/gfm/#autolinks-extension- diff --git a/docs/1.5/extensions/autolinks.md b/docs/1.5/extensions/autolinks.md index 81be2c2b7a..fc6ab6046a 100644 --- a/docs/1.5/extensions/autolinks.md +++ b/docs/1.5/extensions/autolinks.md @@ -44,5 +44,4 @@ echo $converter->convertToHtml('I successfully installed the https://github.com/ As of v1.5, [mention autolinking is now handled by a separate Mention extension](/1.5/extensions/mentions/). -[link-league-commonmark]: https://github.com/thephpleague/commonmark [link-gfm-spec-autolinking]: https://github.github.com/gfm/#autolinks-extension- diff --git a/docs/1.6/extensions/autolinks.md b/docs/1.6/extensions/autolinks.md index 19e93a6086..f17bf637eb 100644 --- a/docs/1.6/extensions/autolinks.md +++ b/docs/1.6/extensions/autolinks.md @@ -49,5 +49,4 @@ echo $converter->convertToHtml('I successfully installed the https://github.com/ As of v1.5, [mention autolinking is now handled by a separate Mention extension](/1.6/extensions/mentions/). -[link-league-commonmark]: https://github.com/thephpleague/commonmark [link-gfm-spec-autolinking]: https://github.github.com/gfm/#autolinks-extension- diff --git a/docs/2.0/extensions/autolinks.md b/docs/2.0/extensions/autolinks.md index cff03804f8..d7364e44d4 100644 --- a/docs/2.0/extensions/autolinks.md +++ b/docs/2.0/extensions/autolinks.md @@ -49,5 +49,4 @@ echo $converter->convertToHtml('I successfully installed the https://github.com/ As of v1.5, [mention autolinking is now handled by a Mention Parser outside of this extension](/2.0/extensions/mention/). -[link-league-commonmark]: https://github.com/thephpleague/commonmark [link-gfm-spec-autolinking]: https://github.github.com/gfm/#autolinks-extension- diff --git a/docs/2.0/extensions/description-lists.md b/docs/2.0/extensions/description-lists.md index 9b542a48ea..51d6e32b9f 100644 --- a/docs/2.0/extensions/description-lists.md +++ b/docs/2.0/extensions/description-lists.md @@ -71,6 +71,5 @@ Orange See the [Markdown Extra documentation][link-markdown-extra-dl] or [our own spec][link-commonmark-description-list-spec] for additional examples. -[link-league-commonmark]: https://github.com/thephpleague/commonmark [link-markdown-extra-dl]: https://michelf.ca/projects/php-markdown/extra/#def-list [link-commonmark-description-list-spec]: https://github.com/thephpleague/commonmark/blob/2.0/tests/functional/Extension/DescriptionList/spec.txt diff --git a/docs/2.1/extensions/autolinks.md b/docs/2.1/extensions/autolinks.md index 87cb6cc9df..6afcc92b60 100644 --- a/docs/2.1/extensions/autolinks.md +++ b/docs/2.1/extensions/autolinks.md @@ -49,5 +49,4 @@ echo $converter->convertToHtml('I successfully installed the https://github.com/ As of v1.5, [mention autolinking is now handled by a Mention Parser outside of this extension](/2.1/extensions/mention/). -[link-league-commonmark]: https://github.com/thephpleague/commonmark [link-gfm-spec-autolinking]: https://github.github.com/gfm/#autolinks-extension- diff --git a/docs/2.1/extensions/description-lists.md b/docs/2.1/extensions/description-lists.md index 1e9927662c..180fa207c0 100644 --- a/docs/2.1/extensions/description-lists.md +++ b/docs/2.1/extensions/description-lists.md @@ -71,6 +71,5 @@ Orange See the [Markdown Extra documentation][link-markdown-extra-dl] or [our own spec][link-commonmark-description-list-spec] for additional examples. -[link-league-commonmark]: https://github.com/thephpleague/commonmark [link-markdown-extra-dl]: https://michelf.ca/projects/php-markdown/extra/#def-list [link-commonmark-description-list-spec]: https://github.com/thephpleague/commonmark/blob/2.0/tests/functional/Extension/DescriptionList/spec.txt diff --git a/docs/2.2/extensions/autolinks.md b/docs/2.2/extensions/autolinks.md index 41470b70a3..130512c598 100644 --- a/docs/2.2/extensions/autolinks.md +++ b/docs/2.2/extensions/autolinks.md @@ -49,5 +49,4 @@ echo $converter->convert('I successfully installed the https://github.com/thephp As of v1.5, [mention autolinking is now handled by a Mention Parser outside of this extension](/2.2/extensions/mentions/). -[link-league-commonmark]: https://github.com/thephpleague/commonmark [link-gfm-spec-autolinking]: https://github.github.com/gfm/#autolinks-extension- diff --git a/docs/2.2/extensions/description-lists.md b/docs/2.2/extensions/description-lists.md index 0851fd14f7..6341b1c9ac 100644 --- a/docs/2.2/extensions/description-lists.md +++ b/docs/2.2/extensions/description-lists.md @@ -71,6 +71,5 @@ Orange See the [Markdown Extra documentation][link-markdown-extra-dl] or [our own spec][link-commonmark-description-list-spec] for additional examples. -[link-league-commonmark]: https://github.com/thephpleague/commonmark [link-markdown-extra-dl]: https://michelf.ca/projects/php-markdown/extra/#def-list [link-commonmark-description-list-spec]: https://github.com/thephpleague/commonmark/blob/2.0/tests/functional/Extension/DescriptionList/spec.txt diff --git a/docs/2.3/extensions/autolinks.md b/docs/2.3/extensions/autolinks.md index 0c883928bf..b80ebc54f9 100644 --- a/docs/2.3/extensions/autolinks.md +++ b/docs/2.3/extensions/autolinks.md @@ -50,5 +50,4 @@ echo $converter->convert('I successfully installed the https://github.com/thephp As of v1.5, [mention autolinking is now handled by a Mention Parser outside of this extension](/2.3/extensions/mentions/). -[link-league-commonmark]: https://github.com/thephpleague/commonmark [link-gfm-spec-autolinking]: https://github.github.com/gfm/#autolinks-extension- diff --git a/docs/2.3/extensions/description-lists.md b/docs/2.3/extensions/description-lists.md index a1a6e1d517..8e1051cf3d 100644 --- a/docs/2.3/extensions/description-lists.md +++ b/docs/2.3/extensions/description-lists.md @@ -72,6 +72,5 @@ Orange See the [Markdown Extra documentation][link-markdown-extra-dl] or [our own spec][link-commonmark-description-list-spec] for additional examples. -[link-league-commonmark]: https://github.com/thephpleague/commonmark [link-markdown-extra-dl]: https://michelf.ca/projects/php-markdown/extra/#def-list [link-commonmark-description-list-spec]: https://github.com/thephpleague/commonmark/blob/2.0/tests/functional/Extension/DescriptionList/spec.txt