June 15, 2022
My first CLI blog post!
June 13, 2022 — 
~data
Intro
Hello, I’m ~data and I just joined the tildeverse and I am loving it!
Markdown Test
Let’s test out some markdown properties and get used to how they look on the blog.
Here we go!
Heading 3
You can format your text and use: Bold, Italics, BOLDTALICS, strikethrough.
Currently, ==highlights== will not show up.
Heading 4
A few others things: subscript does not work but, X2 superscript does.
This is a blockquote that omeone somewhere said some
Item 1
Item 2
Item 3
First item
Second item
Third item
There is some inline code on this line.
There is a link on this line. Now an image!
Extended Syntax
| Row | Description | 
|---|---|
| Header | Title | 
| Paragraph | Text | 
{
  "firstName": "John",
  "lastName": "Smith",
  "age": 25
}
Here’s some more text. Introducing some checkboxes:
- ☑ Write a basic task list
 - ☐ Update the website again
 - ☐ Update the blog
 
Thanks for stopping by friend. See you around!