astro/examples/with-markdown-plugins
Houston (Bot) afaf366fb3
[ci] release (#6432)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-03-07 14:49:19 -05:00
..
public Switch examples favicon to use svg (#4331) 2022-08-17 15:19:04 -05: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 (#6432) 2023-03-07 14:49:19 -05:00
README.md Fixes example README links to open in codespaces (#6346) 2023-02-23 11:20:19 -06:00
sandbox.config.json Adding CodeSandbox config file to all the "next" examples (#1744) 2021-11-05 10:41:37 -05: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.