0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-02-17 22:44:24 -05:00
astro/examples/with-markdown
2021-08-16 14:34:08 -07:00
..
public cleanup example favicons 2021-08-16 14:34:08 -07:00
src cleanup example favicons 2021-08-16 14:34:08 -07:00
.gitignore
.npmrc
package.json Version Packages (next) (#1092) 2021-08-12 01:39:34 -07:00
README.md
tsconfig.json [ci] yarn format 2021-08-13 23:32:55 +00:00

Astro Example: Markdown

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.