Welcome to r89.dev
This is my first blog post on r89.dev. This will be my log of development explorations.. maybe. Or itβs just me trying something.
Headings
Heading 1
Heading 2
Heading 3
Heading 4
Heading 5
Paragraphs
This is a regular paragraph with bold text, italic text, bold and italic, strikethrough, and a link to Astro Docs.
Lists
Unordered List
- Item one
- Item two
- Sub item one
- Sub item two
Ordered List
- First item
- Second item
- Sub-item one
- Sub-item two
Blockquote
This is a blockquote.
Nested blockquote!
Code
Inline Code
Here is some inline code.
Code Block
// JavaScript code block with syntax highlighting
function greet(name) {
console.log(`Hello, ${name}!`);
}
greet("Astro User");
# Python code block
def greet(name):
print(f"Hello, {name}!")
greet("Astro User")
Images

Tables
| Name | Role | Likes |
|---|---|---|
| Astro | Framework | π |
| Markdown | Markup | π |
Horizontal Rule
Task List
- See all the things
- Try Astro markdown
- Write more posts
HTML Support
You can use raw HTML here!
Footnotes
Here is a footnote reference.1
Emoji
Astro is awesome! π π
Collapsible/Details (if enabled in Astro config)
Click to expand!
Here is some hidden content revealed on click.Math (if enabled with remark-math/rehype-katex)
Inline math: $E=mc^2$
Block math:
$$ \int_{a}^{b} x^2 , dx $$
Custom Components (if MDX and compatible in Astro)
Embedded Videos (using HTML)
Footnotes
-
This is the footnote. β©