npm init astro -- --template with-markdown
This example showcases Astro's built-in Markdown support.
src/pages/index.astro
uses Astro's<Markdown>
component.src/pages/other.md
is a treated as a page entrypoint and uses alayout
.
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||
ย | ย | |||
ย | ย | |||
ย | ย | |||
ย | ย | |||
ย | ย | |||
ย | ย | |||
ย | ย | |||
npm init astro -- --template with-markdown
This example showcases Astro's built-in Markdown support.
src/pages/index.astro
uses Astro's <Markdown>
component.src/pages/other.md
is a treated as a page entrypoint and uses a layout
.