r89.dev

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

Ordered List

  1. First item
  2. Second item
    1. Sub-item one
    2. 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

Astro Logo


Tables

NameRoleLikes
AstroFrameworkπŸš€
MarkdownMarkupπŸ‘

Horizontal Rule


Task List


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

  1. This is the footnote. ↩