---
title: This is just a sample blog post
author: Your Name
description: A nice description of this post
published: 2024-3-1
---
# One hash tag for an H1 affect

## This is an H2 (two hash tags)

### This is an H3 (3 hash tags)

# Use Ctrl+Shift+V to preview a markdown file in VSCode

this is **bold** text

This is a link [this is the link text](https://www.google.com)

### Here's a JavaScript code sample

```js
if(this){

}
```

The above code is a JavaScript sample.

## Lists

### Ordered Lists

1. Item 1
1. Item 2
1. Item 3

### Unordered Lists

- Item 1
- Item 2
- Item 3

## Here's how you can put images in markdown

![xkcd](../public/images/features_of_adulthood.png)

![xkcd](../public/images/incoming_asteroid.png)
