Using "Tip" in Astro.js

This is a must.

My Blog Post

This is some regular content in my blog post.

ℹ️

Important Information

Here is some markdown formatted information inside the tip.

  • This is a list item
  • This is another list item

You can also add inline code or code blocks:

function hello() {
  console.log('Hello from inside a tip!');
}
⚠️

Warning

This is a compact warning tip with italic text.

Tip

This tip uses the default title and shows a success message.

  1. Numbered lists work too
  2. Markdown is fully supported

Continue with the rest of your blog post content…

Read Next

Map Component Examples

This page demonstrates all the available marker colors you can use with the Map component. Sometimes you want to display a map as a static image without any interactivity. This is perfect for decorative maps or when you want to maintain foc...

Using LinkCard Components in Astro.js

This is a must.