astro/examples/with-markdown-plugins
Hoston (Bot) 97267e3881
[ci] release (beta) (#5856)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-01-19 11:00:03 -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 (beta) (#5856) 2023-01-19 11:00:03 -05:00
README.md Add “Open with CodeSandbox” buttons to example project READMEs (#5322) 2022-11-10 11:32:13 +01: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

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