My first CLI blog post! ## Intro Hello, I'm ~data and I just joined the [tildeverse](https://tildeverse.org/) 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 **Bold** *Italics* ***BOLDTALICS*** ~~strikethrough~~ ==highlights== [^1] H~2~ subscript [^1] X^2 superscript [^1] > blockquote 1. Item 1 2. Item 2 3. Item 3 - First item - Second item - Third item There is some `inline code` on this line. --- A horizontal should preceed this. There is a [link](https://www.example.com) on this line. Now an image! ![Firefox icon](https://www.w3schools.com/images/compatible_firefox.png) ### Extended Syntax | Row | Description | | ----- | :-----: | | Header | Title | | Paragraph | Text | ```python { "firstName": "John", "lastName": "Smith", "age": 25 } ``` Here's a footnote. [^2] [^1]: This is not working. [^2]: This is the other footnote. term : definition - [x] Write a basic task list - [ ] Update the website again - [ ] Update the blog Thanks for stopping by friend. See you around! [~data](https://data.tilde.team/) tags: markdown, test, first, intro