Skip to content

Commit cc76d1c

Browse files
authored
Fix markdown to correctly close preformatted blocks (#1769)
1 parent 7865d2d commit cc76d1c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

distribution/testing.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ docker compose exec php \
3636
bin/console make:factory 'App\Entity\Book'
3737
docker compose exec php \
3838
bin/console make:factory 'App\Entity\Review'
39+
```
3940

4041
Improve the default values:
4142

@@ -82,6 +83,7 @@ docker compose exec php \
8283
bin/console make:story 'DefaultBooks'
8384
docker compose exec php \
8485
bin/console make:story 'DefaultReviews'
86+
```
8587

8688
```php
8789
// src/Story/DefaultBooksStory.php
@@ -98,7 +100,6 @@ final class DefaultBooksStory extends Story
98100
BookFactory::createMany(100);
99101
}
100102
}
101-
102103
```
103104

104105
```php

0 commit comments

Comments
 (0)