Skip to content

Commit 7870a69

Browse files
committed
Upcase H2 headers
1 parent 93d691f commit 7870a69

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

reference/5.1/Microsoft.PowerShell.Core/About/about_Comment_Based_Help.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ title: about_Comment_Based_Help
1010
# about_Comment_Based_Help
1111

1212
## SHORT DESCRIPTION
13-
1413
Describes how to write comment-based help content for functions and scripts.
1514

1615
## LONG DESCRIPTION
@@ -36,6 +35,7 @@ information about how to display help content for functions and scripts, see
3635
The [Update-Help][08] and [Save-Help][07] cmdlets work only on XML files.
3736
Updatable Help doesn't support comment-based help content.
3837

38+
## SYNTAX FOR COMMENT-BASED HELP
3939
## SYNTAX FOR COMMENT-BASED HELP
4040

4141
To create Comment-based help content, you can use either style of comments:
@@ -86,6 +86,7 @@ as `.EXAMPLE`, can appear many times in the same comment block. The help
8686
content for each keyword begins on the line after the keyword and can span
8787
multiple lines.
8888

89+
## SYNTAX FOR COMMENT-BASED HELP IN FUNCTIONS
8990
## SYNTAX FOR COMMENT-BASED HELP IN FUNCTIONS
9091

9192
Comment-based help for a function can appear in one of three locations:
@@ -131,6 +132,7 @@ or
131132
function Get-Function { }
132133
```
133134

135+
## SYNTAX FOR COMMENT-BASED HELP IN SCRIPTS
134136
## SYNTAX FOR COMMENT-BASED HELP IN SCRIPTS
135137

136138
Comment-based help for a script can appear in one of the following two
@@ -168,6 +170,7 @@ function Get-Function { }
168170
#>
169171
```
170172

173+
## COMMENT-BASED HELP KEYWORDS
171174
## COMMENT-BASED HELP KEYWORDS
172175

173176
The following are valid comment-based help keywords. These keywords can appear
@@ -346,6 +349,7 @@ as it does in a module directory.
346349
For more information about the cmdlet help XML-based help file format, see
347350
[How to Write Cmdlet Help][01].
348351

352+
## AUTOGENERATED CONTENT
349353
## AUTOGENERATED CONTENT
350354

351355
The name, syntax, parameter list, parameter attribute table, common parameters,

reference/5.1/Microsoft.PowerShell.Core/About/about_Environment_Variables.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ title: about_Environment_Variables
99
# about_Environment_Variables
1010

1111
## SHORT DESCRIPTION
12-
1312
Describes how to access and manage environment variables in PowerShell.
1413

1514
## LONG DESCRIPTION
@@ -25,6 +24,8 @@ programs. PowerShell creates the following environment variables:
2524
For full descriptions of these variables, see the
2625
[PowerShell environment variables][03] of this article.
2726

27+
## LONG DESCRIPTION
28+
2829
PowerShell can access and manage environment variables in any of the supported
2930
operating system platforms. The PowerShell Environment provider lets you get,
3031
add, change, clear, and delete environment variables in the current console.

0 commit comments

Comments
 (0)