Private/draftContent.txt

### Heading - First Level
All First level headings should start at H3 level.
 
#### Heading - Second Level
This is a second level heading.
 
### Code Snippets
Always enclose code snippets between a pair of ```.
 
```
Get-ChildItem -Path C:\
```
### Images
Avoid images as much as possible. Instead, paste console output directly when dealing with command console.
If you must use images, always provide PNG format and insert the images using ```![](/images/thisisanimage.png)```
 
### Videos
You can insert YouTube videos using [https://gohugo.io/content-management/shortcodes/#youtube](YouTube Hugo shortcode).
{{< youtube pxs-uk-XOws >}}