astro/examples/with-markdown-plugins
Houston (Bot) 1b9de31737
[ci] release (#8335)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-09-01 15:19:30 +01:00
..
.codesandbox Update CodeSandbox config for Node 18 and new editor (#8292) 2023-08-30 18:52:21 +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 (#8335) 2023-09-01 15:19:30 +01:00
README.md Fixes example README links to open in codespaces (#6346) 2023-02-23 11:20:19 -06: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.