-
-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Generators/Markdown: add blank line after title
As per the guidelines for cross-flavour markdown, it is best to always have a blank line below a header. Ref: * https://www.markdownguide.org/basic-syntax/#heading-best-practices
- Loading branch information
Showing
19 changed files
with
26 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
tests/Core/Generators/Expectations/ExpectedOutputCodeComparisonBlankLines.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
# GeneratorTest Coding Standard | ||
|
||
## Code Comparison, blank lines | ||
|
||
This is a standard block. | ||
<table> | ||
<tr> | ||
|
1 change: 1 addition & 0 deletions
1
tests/Core/Generators/Expectations/ExpectedOutputCodeComparisonBlockLength.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
# GeneratorTest Coding Standard | ||
|
||
## Code Comparison, block length | ||
|
||
This is a standard block. | ||
<table> | ||
<tr> | ||
|
1 change: 1 addition & 0 deletions
1
tests/Core/Generators/Expectations/ExpectedOutputCodeComparisonEncoding.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
# GeneratorTest Coding Standard | ||
|
||
## Code Comparison, char encoding | ||
|
||
This is a standard block. | ||
<table> | ||
<tr> | ||
|
1 change: 1 addition & 0 deletions
1
tests/Core/Generators/Expectations/ExpectedOutputCodeComparisonLineLength.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
tests/Core/Generators/Expectations/ExpectedOutputCodeTitleLineWrapping.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
# GeneratorTest Coding Standard | ||
|
||
## Code Title, line wrapping | ||
|
||
This is a standard block. | ||
<table> | ||
<tr> | ||
|
1 change: 1 addition & 0 deletions
1
tests/Core/Generators/Expectations/ExpectedOutputCodeTitleWhitespace.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
# GeneratorTest Coding Standard | ||
|
||
## Code Title, whitespace handling | ||
|
||
This is a standard block. | ||
<table> | ||
<tr> | ||
|
1 change: 1 addition & 0 deletions
1
tests/Core/Generators/Expectations/ExpectedOutputDocumentationTitleCase.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
# GeneratorTest Coding Standard | ||
|
||
## lowercase title | ||
|
||
This is a standard block. | ||
|
||
Documentation generated on *REDACTED* by [PHP_CodeSniffer *VERSION*](https://github.com/PHPCSStandards/PHP_CodeSniffer) |
1 change: 1 addition & 0 deletions
1
tests/Core/Generators/Expectations/ExpectedOutputDocumentationTitleLength.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
# GeneratorTest Coding Standard | ||
|
||
## This is a very very very very very very very very very very very long title | ||
|
||
This is a standard block. | ||
|
||
Documentation generated on *REDACTED* by [PHP_CodeSniffer *VERSION*](https://github.com/PHPCSStandards/PHP_CodeSniffer) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
# GeneratorTest Coding Standard | ||
|
||
## One Standard Block, No Code | ||
|
||
Documentation contains one standard block and no code comparison. | ||
|
||
Documentation generated on *REDACTED* by [PHP_CodeSniffer *VERSION*](https://github.com/PHPCSStandards/PHP_CodeSniffer) |
1 change: 1 addition & 0 deletions
1
tests/Core/Generators/Expectations/ExpectedOutputStandardBlankLines.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
tests/Core/Generators/Expectations/ExpectedOutputStandardEncoding.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
tests/Core/Generators/Expectations/ExpectedOutputStandardIndent.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
tests/Core/Generators/Expectations/ExpectedOutputStandardLineWrapping.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
tests/Core/Generators/Expectations/ExpectedOutputUnsupportedOneElmAtWrongLevel.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
# GeneratorTest Coding Standard | ||
|
||
## One element correct, one element wrong level | ||
|
||
This is a standard block at the correct level. | ||
|
||
Documentation generated on *REDACTED* by [PHP_CodeSniffer *VERSION*](https://github.com/PHPCSStandards/PHP_CodeSniffer) |
1 change: 1 addition & 0 deletions
1
...Core/Generators/Expectations/ExpectedOutputUnsupportedSuperfluousCodeElement.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
# GeneratorTest Coding Standard | ||
|
||
## Superfluous code element | ||
|
||
This is a standard block. | ||
<table> | ||
<tr> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters