23dcc649fe
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> |
||
---|---|---|
.. | ||
public/styles | ||
src | ||
.gitignore | ||
.npmrc | ||
package.json | ||
README.md |
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 alayout
.