0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-02-03 22:29:08 -05:00
astro/examples/with-markdown
2022-04-28 11:42:55 -04:00
..
public
src [ci] format 2022-03-18 21:30:38 +00:00
.gitignore Merge branch 'main' into feat/vercel-adapter 2022-03-30 21:50:41 -03:00
.npmrc
.stackblitzrc
astro.config.mjs Astro Integration System (#2820) 2022-03-18 15:35:45 -07:00
package.json [ci] release (#3215) 2022-04-27 16:23:53 -04:00
README.md
sandbox.config.json
tsconfig.json Update example tsconfig (#3107) 2022-04-28 11:42:55 -04:00

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.