Welcome to Wannabe Exceptional — a place where I don’t know what I said.
This is the very first post, serving as both a welcome and a demonstration of the blog’s capabilities.
Features
This blog supports several markdown features:
Code Blocks
function greet(name: string): string { return `Hello, ${name}! Welcome to the blog.`;}
console.log(greet("Reader"));Code blocks include syntax highlighting, line numbers, copy buttons, and fullscreen viewing.
Callouts / Alerts
Note
This is a note callout. Useful for additional information.
Tip
This is a tip. Helpful suggestions go here.
Warning
This is a warning. Something to be careful about.
Caution
This is a caution. Danger ahead!
Important
This is important information that shouldn’t be missed.
Mermaid Diagrams
graph TD
A[Idea] --> B[Draft]
B --> C{Review}
C -->|Good| D[Publish]
C -->|Needs Work| B
D --> E[Share]
Blockquotes
“The best way to predict the future is to create it.” — Peter Drucker
Tables
| Feature | Status |
|---|---|
| Code Blocks | Done |
| Callouts | Done |
| Mermaid | Done |
| Dark Mode | Done |
| Search | Done |
| ToC | Done |
What’s Next
Stay tuned for actual content. This is just the beginning.
Thanks for reading!