This post tests all the formatting capabilities of our blog engine.
Text Styles
This is bold text and this is italic text. You can also combine them for bold italic. Here’s some strikethrough text.
Links
Visit our Telegram channel for daily updates. You can also check out Astro’s documentation for more info about the framework.
Blockquotes
The best way to predict the future is to invent it. — Alan Kay
Simplicity is the ultimate sophistication.
Code
Inline code looks like this: const x = 42;
A code block:
function greet(name) {
return `Hello, ${name}!`;
}
console.log(greet('World'));
And a shell command:
npm run build && npm run preview
Lists
Unordered list:
- First item
- Second item
- Nested item A
- Nested item B
- Third item
Ordered list:
- Plan the feature
- Write the code
- Test everything
- Ship it
Horizontal Rule
Content above the rule.
Content below the rule.
Table
| Feature | Status | Notes |
|---|---|---|
| Markdown | Done | Full support |
| RSS Feed | Done | Auto-generated |
| Dark Mode | Done | CSS only |
| Search | Planned | Future feature |
Final Notes
This post exists to verify that all formatting renders correctly across light and dark modes.