488a145456
* Remove unused line in the examples .gitignore * Add missing .npmrc, .stackblitzrc and tsconfig.json files to a few examples * Removed unused file and link directive in the minimal example * Oops, added an accidental slash |
||
---|---|---|
.. | ||
public | ||
src | ||
.gitignore | ||
.npmrc | ||
.stackblitzrc | ||
add-classes.mjs | ||
astro.config.mjs | ||
package.json | ||
README.md | ||
sandbox.config.json | ||
tsconfig.json |
Astro Example: Markdown with Plugins
npm init astro -- --template with-markdown-plugins
This example showcases Astro's built-in Markdown support with additional, user-provided plugins.