astro/examples/with-markdown/README.md

11 lines
302 B
Markdown
Raw Normal View History

# Astro Example: Markdown
```
npm init astro --template with-markdown
```
This example showcases Astro's [built-in Markdown support](../../docs/markdown.md).
- `src/pages/index.astro` uses Astro's `<Markdown>` component.
- `src/pages/other.md` is a treated as a page entrypoint and uses a `layout`.