Markdown post

Markdown post

January 28, 2025

This is a blog post showing an example of how markdown might work on your very own website!!! # Markdown! ## We have many different types of it. ### Up to 6 levels of headings! #### All of different sizes. ##### Some are smaller than normal text. ###### This one is practically microscopic. This is a paragraph. You just write plain text and boom, it’s a paragraph. Fancy, right? **Bold text** because sometimes you need to make a point. *Italic text* for when you’re feeling artsy. ***Bold and italic text*** when you’re really trying to impress someone. ~~Strikethrough~~ for your regrets and mistakes. - A list of random thoughts: - Like this one. - And this one. - Oh look, a nested thought. - Another one, because we’re thorough. 1. An ordered list of things: 1. Because order matters sometimes. 2. Like when making a recipe [Click me, I dare you.](https://youtu.be/dQw4w9WgXcQ?si=exduMnS0HINVmMHH) ![Images](/upload/showcase.gif) --- `Wanna know a secret?` ``` None of this is hardcoded The text was written in markdown very simple, anyone could write this post yes, even you ``` - [x] A completed task, because you’re a superstar. - [ ] An incomplete task, because life happens. <details> <summary>Expandable section</summary> This is hidden content. Ooh, mysterious! </details>

CodingWebSvelteShowcase Pinned