mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
f721275f33
* test(#494): add failing test * chore: update with-markdown example * fix(#494): avoid early close with <Markdown content /> * chore: add changeset |
||
---|---|---|
.. | ||
public/styles | ||
src | ||
.gitignore | ||
.npmrc | ||
package.json | ||
README.md |
Astro 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
.