ここはpure\src\pages\blog\[...id].astro
Overview#
This page demonstrates using standard Markdown in Astro. While Astro supports MDX for interactive components, plain Markdown is often sufficient for content-focused pages.
What is Markdown?#
Markdown is a lightweight markup language that you can use to add formatting elements to plaintext documents. It’s easy to read and write, making it perfect for blog posts and documentation.
Basic Syntax#
You can use all standard Markdown features:
- Bold text
- Italic text
- Lists
- Links
- Images
- Code blocks
Why Use Markdown?#
Markdown keeps your content simple and portable. It’s widely supported and doesn’t require special components or JavaScript to render.
pure\src\pages\blog\[...id].astroおわり