Welcome to My Blog
I'm keeping this here in case I forget any markdown lol
Headers & Text Styles
Here’s a bold word, and here’s an italic one. You can strike through text too.
Lists
- Bullet list item 1
- Bullet list item 2
- Nested item
- Another nested item
- Ordered list item 1
- Ordered list item 2
Links
This is a sample link. Hover over it to see the effect.
Code & Preformatted Text
Here’s some inline code: console.log("Hello World");
And here’s a block of code:
function greet(name) {
return `Hello, ${name}!`;
}
console.log(greet("Solarized"));
Sample Table
Name | Age | Occupation |
---|---|---|
Alice | 25 | Developer |
Bob | 30 | Designer |
Charlie | 28 | Writer |