0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-23 21:53:55 -05:00
astro/packages/markdown/component
Matthew Phillips 259a539d7d
Remove legacy.astroFlavoredMarkdown (#5771)
* Remove legacy.astroFlavoredMarkdown

* update vue mdx test

* Add a changeset
2023-01-05 16:20:40 -05:00
..
test
CHANGELOG.md
Markdown.astro
package.json
readme.md

@astrojs/markdown-component

This package brings legacy support for the <Markdown /> component to all Astro projects.

The <Markdown /> component does not work in SSR. Consider importing Markdown content instead. :::

---
import Markdown from '@astrojs/markdown-component';
---
<Markdown>
  # Markdown syntax is now supported! **Yay!**
</Markdown>

See our Markdown Guide for more info.