mirror of
https://github.com/withastro/astro.git
synced 2025-01-06 22:10:10 -05:00
971c58da4d
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
8 lines
484 B
Markdown
8 lines
484 B
Markdown
# astro-parser
|
|
|
|
## 0.1.0
|
|
### Minor Changes
|
|
|
|
- b3886c2: Enhanced **Markdown** support! Markdown processing has been moved from `micromark` to `remark` to prepare Astro for user-provided `remark` plugins _in the future_.
|
|
|
|
This change also introduces a built-in `<Markdown>` component for embedding Markdown and any Astro-supported component format inside of `.astro` files. [Read more about Astro's Markdown support.](https://github.com/snowpackjs/astro/blob/main/docs/markdown.md)
|