34 lines
647 B
Markdown
34 lines
647 B
Markdown
---
|
|
title: "My First Post"
|
|
date: 2022-08-31T12:33:24-06:00
|
|
draft: true
|
|
---
|
|
|
|
Does this look big?
|
|
==================
|
|
Another markdown header
|
|
----------
|
|
|
|
`This is code`
|
|
|
|
Italics are easy, just one `_` or `*` before and after like *this*
|
|
|
|
To do bold, just put two before and after, looks like **this**
|
|
|
|
Unoredered lists you just use `+` `-` or `*`
|
|
- they
|
|
- are
|
|
- interchangable
|
|
|
|
And numbered lists are with `numbers` lol
|
|
1. like
|
|
2. so
|
|
|
|
For links, you need to wrap the link text (clickable part) inside `[]`, then follow it with the actual url inside `()`
|
|
[click me](https://lmao.com)
|
|
|
|
Here is my first ever post :3 I hope it looks nice <3
|
|
|
|
Love,
|
|
Nate
|