Welcome to my new blog. I’ll be using this as a place to write about the things I learn and any interesting or useful findings during my tech journey.
There will be posts that are more of a brain dump, and posts that are polished for the consumption of others.
The rest of this post will be random types of formatting, just to get a feel for the way it handles markdown - and some of the other functionality.
Heading 1 Link to heading
Large heading test
Heading 2 Link to heading
Heading 2 test…
Code Block testing Link to heading
Python Codeblock Link to heading
oodles = ['Poodle', 'Groodle', 'Cavoodle', 'Spoodle']
for oodle in oodles:
print(f'Hello {oodle}')
Powershell code block Link to heading
$oodles = @('Poodle', 'Groodle', 'Cavoodle', 'Spoodle')
foreach ($oodle in $oodles){
Write-Host "Hello $oodle"
}
Nested list Link to heading
- Fruit
- Apple
- Orange
- Banana
- Dairy
- Milk
- Cheese
- Nesting
- More nesting
- And more
- More nesting
- Nesting
Image (Figure) Link to heading
