Hello World - Markdown Demo ๐จ
Welcome! This post shows everything you can do with Markdown. Perfect for creative blogging! โจ
Text Formatting ๐
Bold text and italic text and both combined
Strikethrough text for corrections
inline code for technical bits
Blockquotes are great for highlighting important thoughts!
Lists & Organization ๐
Numbered Lists:
- First important thing
- Second important thing
- Third important thing
Bullet Lists:
- ๐ Rockets for launches
- ๐ฏ Targets for goals
- ๐ก Lightbulbs for ideas
- ๐ฅ Fire for excitement
Code Blocks ๐ป
JavaScript:
function makeItFast() {
const optimizations = ['lazy loading', 'code splitting', 'image compression'];
return optimizations.map((opt) => `โ
${opt}`);
} CSS:
.smooth-transition {
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
transform: translateY(0);
}
.smooth-transition:hover {
transform: translateY(-2px);
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
} Links & Media ๐
Check out my portfolio for more projects!
Tables ๐
| Technology | Speed | Fun Level | Difficulty |
|---|---|---|---|
| HTML/CSS | โกโก | ๐๐ | ๐ข Easy |
| JavaScript | โกโกโก | ๐๐๐ | ๐ก Medium |
| SvelteKit | โกโกโกโก | ๐๐๐๐ | ๐ก Medium |
| Three.js | โกโกโก | ๐๐๐๐๐ | ๐ด Hard |
Visual Elements ๐จ
Goals:
- ๐ฏ Build the fastest website possible
- ๐ ๏ธ Use SvelteKit, TypeScript, Three.js
- ๐ 75% complete
- ๐ Add more interactive demos
Status:
- โ Completed
- ๐ก In Progress
- โ Not Started
- ๐ Under Review