A Test Post
Test Post
This is a test post for features on the blog.
… yes we are testing in production :)
Main Heading
Another one bites the dust. another one bites the dust. another one bites the dust. another one bites the dust.
Another Heading 2
lorem ipsum dolor sit amet, consectetur adipiscing elit. lorem ipsum dolor sit amet, consectetur adipiscing elit. lorem ipsum dolor sit amet, consectetur adipiscing elit. lorem ipsum dolor sit amet, consectetur adipiscing elit.
Heading 3
Some simple text
Heading 4
Some simple text
Heading 5
Some simple text
Links
Code Block
def flatten_dict(d, parent_key='', sep='_'): items = [] for k, v in d.items(): new_key = f"{parent_key}{sep}{k}" if parent_key else k
def hello_world(): print("Hello, world!")Three JS
lorem ipsum dolor sit amet, consectetur adipiscing elit. This is just some sample text in order to get the proper description setup
Lists
- Here lies a list
- Two
- Three
- First
- Second
- Third