Skip to content

Commit

Permalink
Merge pull request #911 from thephpleague/dependabot/github_actions/g…
Browse files Browse the repository at this point in the history
…ithub/super-linter-4.9.6

Bump github/super-linter from 4.9.5 to 4.9.6
  • Loading branch information
colinodell committed Sep 12, 2022
2 parents 57d737b + 8b0772e commit 6905582
Show file tree
Hide file tree
Showing 13 changed files with 1 addition and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
1 change: 0 additions & 1 deletion docs/1.3/extensions/autolinks.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-
1 change: 0 additions & 1 deletion docs/1.4/extensions/autolinks.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-
1 change: 0 additions & 1 deletion docs/1.5/extensions/autolinks.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-
1 change: 0 additions & 1 deletion docs/1.6/extensions/autolinks.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-
1 change: 0 additions & 1 deletion docs/2.0/extensions/autolinks.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-
1 change: 0 additions & 1 deletion docs/2.0/extensions/description-lists.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 0 additions & 1 deletion docs/2.1/extensions/autolinks.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-
1 change: 0 additions & 1 deletion docs/2.1/extensions/description-lists.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 0 additions & 1 deletion docs/2.2/extensions/autolinks.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-
1 change: 0 additions & 1 deletion docs/2.2/extensions/description-lists.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 0 additions & 1 deletion docs/2.3/extensions/autolinks.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-
1 change: 0 additions & 1 deletion docs/2.3/extensions/description-lists.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6905582

Please sign in to comment.