Skip to content

Commit 3b020f9

Browse files
committed
Merge remote-tracking branch 'origin/2.2'
2 parents 67611b3 + c2ec855 commit 3b020f9

File tree

9 files changed

+27
-25
lines changed

9 files changed

+27
-25
lines changed

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
/.nojekyll export-ignore
1111
/.scrutinizer.yml export-ignore
1212
/.styleci.yml export-ignore
13+
/CHANGELOG-0.x.md export-ignore
14+
/CHANGELOG-1.x.md export-ignore
1315
/docker export-ignore
1416
/docker-compose.yml export-ignore
1517
/docs export-ignore

.github/workflows/backwards-compatibility.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
steps:
1313
- name: "Checkout"
14-
uses: "actions/checkout@v2.4.0"
14+
uses: "actions/checkout@v3"
1515
with:
1616
fetch-depth: 0
1717

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414

1515
steps:
16-
- uses: actions/checkout@v2
16+
- uses: actions/checkout@v3
1717

1818
- uses: ./.github/workflows/build-jekyll-site-action
1919
with:

.github/workflows/merge-dependabot-upgrades.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- name: Auto-Merge
1919
if: ${{ github.event.workflow_run.conclusion == 'success' }}
20-
uses: ridedott/[email protected].113
20+
uses: ridedott/[email protected].142
2121
with:
2222
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2323
PRESET: DEPENDABOT_MINOR

.github/workflows/tests.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111

1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v3
1414

1515
- uses: shivammathur/setup-php@v2
1616
with:
@@ -41,7 +41,7 @@ jobs:
4141
composer-flags: '--prefer-lowest'
4242

4343
steps:
44-
- uses: actions/checkout@v2
44+
- uses: actions/checkout@v3
4545
with:
4646
fetch-depth: 0
4747

@@ -71,7 +71,7 @@ jobs:
7171
runs-on: ubuntu-latest
7272

7373
steps:
74-
- uses: actions/checkout@v2
74+
- uses: actions/checkout@v3
7575

7676
- uses: shivammathur/setup-php@v2
7777
with:
@@ -89,7 +89,7 @@ jobs:
8989
runs-on: ubuntu-latest
9090

9191
steps:
92-
- uses: actions/checkout@v2
92+
- uses: actions/checkout@v3
9393

9494
- uses: shivammathur/setup-php@v2
9595
with:
@@ -107,9 +107,9 @@ jobs:
107107
runs-on: ubuntu-latest
108108

109109
steps:
110-
- uses: actions/checkout@v2
110+
- uses: actions/checkout@v3
111111

112-
- uses: github/super-linter/[email protected].0
112+
- uses: github/super-linter/[email protected].2
113113
env:
114114
DEFAULT_BRANCH: main
115115
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

docs/2.0/customization/block-parsing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,10 @@ If `canHaveLazyContinuationLines()` returned `true`, this method will be called
9797
public function tryContinue(Cursor $cursor, BlockContinueParserInterface $activeBlockParser): ?BlockContinue;
9898
```
9999

100-
### `closeBlock()`
101-
102100
This method allows you to try and parse an additional line of Markdown.
103101

102+
### `closeBlock()`
103+
104104
```php
105105
public function closeBlock(): void;
106106
```

docs/2.1/customization/block-parsing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,10 @@ If `canHaveLazyContinuationLines()` returned `true`, this method will be called
9898
public function tryContinue(Cursor $cursor, BlockContinueParserInterface $activeBlockParser): ?BlockContinue;
9999
```
100100

101-
### `closeBlock()`
102-
103101
This method allows you to try and parse an additional line of Markdown.
104102

103+
### `closeBlock()`
104+
105105
```php
106106
public function closeBlock(): void;
107107
```

docs/2.2/customization/block-parsing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,10 @@ If `canHaveLazyContinuationLines()` returned `true`, this method will be called
9797
public function tryContinue(Cursor $cursor, BlockContinueParserInterface $activeBlockParser): ?BlockContinue;
9898
```
9999

100-
### `closeBlock()`
101-
102100
This method allows you to try and parse an additional line of Markdown.
103101

102+
### `closeBlock()`
103+
104104
```php
105105
public function closeBlock(): void;
106106
```

docs/Gemfile.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@ GEM
55
public_suffix (>= 2.0.2, < 5.0)
66
colorator (1.1.0)
77
concurrent-ruby (1.1.9)
8-
em-websocket (0.5.2)
8+
em-websocket (0.5.3)
99
eventmachine (>= 0.12.9)
10-
http_parser.rb (~> 0.6.0)
10+
http_parser.rb (~> 0)
1111
eventmachine (1.2.7)
1212
faraday (1.0.1)
1313
multipart-post (>= 1.2, < 3)
14-
ffi (1.15.4)
14+
ffi (1.15.5)
1515
forwardable-extended (2.6.0)
16-
http_parser.rb (0.6.0)
17-
i18n (1.8.10)
16+
http_parser.rb (0.8.0)
17+
i18n (1.10.0)
1818
concurrent-ruby (~> 1.0)
19-
jekyll (4.2.1)
19+
jekyll (4.2.2)
2020
addressable (~> 2.4)
2121
colorator (~> 1.0)
2222
em-websocket (~> 0.5)
@@ -36,7 +36,7 @@ GEM
3636
octokit (~> 4.0, != 4.4.0)
3737
jekyll-redirect-from (0.16.0)
3838
jekyll (>= 3.3, < 5.0)
39-
jekyll-sass-converter (2.1.0)
39+
jekyll-sass-converter (2.2.0)
4040
sassc (> 2.0.1, < 3.0)
4141
jekyll-watch (2.2.1)
4242
listen (~> 3.0)
@@ -45,7 +45,7 @@ GEM
4545
kramdown-parser-gfm (1.1.0)
4646
kramdown (~> 2.0)
4747
liquid (4.0.3)
48-
listen (3.7.0)
48+
listen (3.7.1)
4949
rb-fsevent (~> 0.10, >= 0.10.3)
5050
rb-inotify (~> 0.9, >= 0.9.10)
5151
mercenary (0.4.0)
@@ -56,11 +56,11 @@ GEM
5656
pathutil (0.16.2)
5757
forwardable-extended (~> 2.6)
5858
public_suffix (4.0.6)
59-
rb-fsevent (0.11.0)
59+
rb-fsevent (0.11.1)
6060
rb-inotify (0.10.1)
6161
ffi (~> 1.0)
6262
rexml (3.2.5)
63-
rouge (3.26.1)
63+
rouge (3.28.0)
6464
safe_yaml (1.0.5)
6565
sassc (2.4.0)
6666
ffi (~> 1.9)

0 commit comments

Comments
 (0)