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.

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:

  1. Plan the feature
  2. Write the code
  3. Test everything
  4. Ship it

Horizontal Rule

Content above the rule.


Content below the rule.

Table

FeatureStatusNotes
MarkdownDoneFull support
RSS FeedDoneAuto-generated
Dark ModeDoneCSS only
SearchPlannedFuture feature

Final Notes

This post exists to verify that all formatting renders correctly across light and dark modes.