@@ -14,20 +14,20 @@ _To contribute, check out our [guide here](#contributing)._
14
14
15
15
## Table of contents
16
16
17
- | Table of Contents |
18
- | : ------------------|
19
- | [ AssertMock] ( #assert_mock ) : _ Creates assert mock Pester test_ |
20
- | [ AWSRegionDynamicParameter] ( #awsregiondynamicparameter ) : _ Creates a dynamic parameter of current AWS regions by @jbruett_ |
21
- | [ CalculatedProperty] ( #calculatedproperty ) : _ Create a calculated property for use in a select-object call by @corbob_ |
22
- | [ DataTable] ( #datatable ) : _ Creates a DataTable_ |
23
- | [ DateTimeWriteVerbose] ( #datetimewriteverbose ) : _ Write-Verbose with the time and date pre-pended to your message by @ThmsRynr_ |
24
- | [ Error-Terminating] ( #error-terminating ) : _ Create a full terminating error by @omniomi_ |
25
- | [ IfShouldProcess] ( #ifshouldprocess ) : _ Added If Should Process_ |
26
- | [ MaxColumnLengthinDataTable] ( #maxcolumnlengthindatatable ) : _ Gets the max length of string columns in datatables_ |
27
- | [ Parameter-Credential] ( #parameter-credential ) : _ Add a standard credential parameter to your function by @omniomi_ |
28
- | [ PesterTestForMandatoryParameter] ( #pestertestformandatoryparameter ) : _ Create Pester test for a mandatory parameter_ |
29
- | [ PesterTestForParameter] ( #pestertestforparameter ) : _ Create Pester test for parameter_ |
30
- | [ PSCustomObject] ( #pscustomobject ) : _ A simple PSCustomObject by @brettmillerb_ |
17
+ | Snippet name | Description |
18
+ | --------- | ---------|
19
+ | [ AssertMock] ( #assert-mock ) | _ Creates assert mock Pester test_ |
20
+ | [ AWSRegionDynamicParameter] ( #awsregiondynamicparameter ) | _ Creates a dynamic parameter of current AWS regions by @jbruett_ |
21
+ | [ CalculatedProperty] ( #calculatedproperty ) | _ Create a calculated property for use in a select-object call by @corbob_ |
22
+ | [ DataTable] ( #datatable ) | _ Creates a DataTable_ |
23
+ | [ DateTimeWriteVerbose] ( #datetimewriteverbose ) | _ Write-Verbose with the time and date pre-pended to your message by @ThmsRynr_ |
24
+ | [ Error-Terminating] ( #error-terminating ) | _ Create a full terminating error by @omniomi_ |
25
+ | [ IfShouldProcess] ( #ifshouldprocess ) | _ Added If Should Process_ |
26
+ | [ MaxColumnLengthinDataTable] ( #maxcolumnlengthindatatable ) | _ Gets the max length of string columns in datatables_ |
27
+ | [ Parameter-Credential] ( #parameter-credential ) | _ Add a standard credential parameter to your function by @omniomi_ |
28
+ | [ PesterTestForMandatoryParameter] ( #pestertestformandatoryparameter ) | _ Create Pester test for a mandatory parameter_ |
29
+ | [ PesterTestForParameter] ( #pestertestforparameter ) | _ Create Pester test for parameter_ |
30
+ | [ PSCustomObject] ( #pscustomobject ) | _ A simple PSCustomObject by @brettmillerb_ |
31
31
32
32
## Snippets
33
33
@@ -302,20 +302,20 @@ You need to add an item to the table of contents. The addition should follow the
302
302
The ToC item template looks like this:
303
303
304
304
``` md
305
- | [Name of snippet](link to header of your snippet): _some short description_ |
305
+ | [Name of snippet](link to header of your snippet) | _some short description_ |
306
306
```
307
307
308
308
An example looks like this (NOTE: all lowercase link):
309
309
310
310
``` md
311
- | [PSCustomObject](#pscustomobject): _A simple PSCustomObject_ |
311
+ | [PSCustomObject](#pscustomobject) | _A simple PSCustomObject_ |
312
312
```
313
313
314
314
which will show up in the ToC like this:
315
315
316
- | Table of Contents |
317
- | : ------------------|
318
- | [ PSCustomObject] ( #pscustomobject ) : _ A simple PSCustomObject_ |
316
+ | Snippet Name | Description |
317
+ | --------- | ---------|
318
+ | [ PSCustomObject] ( #pscustomobject ) | _ A simple PSCustomObject_ |
319
319
320
320
### Body
321
321
0 commit comments