Skip to content

Latest commit

 

History

History
55 lines (40 loc) · 1.44 KB

README.md

File metadata and controls

55 lines (40 loc) · 1.44 KB

Star

some\windows\path\*\ The quick ~/.ssh/*. Brown Fox Jump over the lazy dog.

Queries1

if ($true) { } 
param ([Parameter(p1)] $Thing
# This is a comment
$Thing = New-Thing -Name Thing1 

Note that the following code block seems to correctly be powershell powershell if ($true) { } param ([Parameter(p1)] $Thing # This is a comment $Thing = New-Thing -Name Thing1

Note that the following code block is colored "markdown code"

```powershell
if ($true) { } 
param ([Parameter(p1)] $Thing
# This is a comment
$Thing = New-Thing -Name Thing1                      
```

Queries2

Query Parameters

Strikeout

All collections should support the following query parameters (if applicable):

GET POST DELETE PATCH
abc_def - - -
query - - -
ids - ids ids
italic names names names
bold - - -
Strikeout - - -
sort - - -

1: Embedded italic text and this bold text

2: Embedded italic_text and this boldtext**

so the foo-bar relationship will support foo_names, foo_ids, bar_names, and bar_ids as query parameters to uniquely identify a record.