0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-02-17 22:44:24 -05:00
astro/examples/with-markdown
2022-03-08 15:20:04 -08:00
..
public
src
.gitignore
.npmrc Move from yarn to pnpm (#2455) 2022-03-08 15:46:11 -06:00
.stackblitzrc
astro.config.mjs fix format (#2736) 2022-03-08 15:20:04 -08:00
package.json Move from yarn to pnpm (#2455) 2022-03-08 15:46:11 -06:00
README.md Remove docs from monorepo (#2517) 2022-02-07 13:39:53 -05:00
sandbox.config.json
tsconfig.json

Astro Example: Markdown

npm init astro -- --template with-markdown

Open in StackBlitz

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.