mirror of
https://github.com/withastro/astro.git
synced 2024-12-23 21:53:55 -05:00
490f2bebbc
* feat: add support for `<>` and `</>` Fragments * docs: explain Fragments * test: add fragment test
6 lines
102 B
Markdown
6 lines
102 B
Markdown
---
|
|
'astro': patch
|
|
'@astrojs/parser': patch
|
|
---
|
|
|
|
Add support for Fragments with `<>` and `</>` syntax
|