astro/examples/with-markdown-plugins
Houston (Bot) 5e6bd6ab5d
[ci] release (beta) (#8140)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-08-18 18:49:34 +02:00
..
public chore: update example favicons (#6487) 2023-03-09 11:23:47 -06:00
src Fix typo (#5042) 2022-10-10 12:09:07 -04:00
.gitignore Add .astro/ to .gitignore in example projects (#5841) 2023-01-12 11:26:13 -05:00
add-classes.mjs [ci] yarn format 2022-01-04 20:10:42 +00:00
astro.config.mjs refactor(markdown): removed rehype-slug in favor of our own implementation (#3234) 2022-04-29 21:07:09 -03:00
package.json [ci] release (beta) (#8140) 2023-08-18 18:49:34 +02:00
README.md Fixes example README links to open in codespaces (#6346) 2023-02-23 11:20:19 -06:00
sandbox.config.json feat: change default port to 4321 (#7874) 2023-08-08 11:02:51 +01:00
tsconfig.json Add template tsconfigs for users to extend from (#4439) 2022-08-25 15:15:27 -04:00

Astro Example: Markdown with Plugins

npm create astro@latest -- --template with-markdown-plugins

Open in StackBlitz Open with CodeSandbox Open in GitHub Codespaces

This example showcases Astro's built-in Markdown support with additional, user-provided plugins.