0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-06 22:10:10 -05:00
Commit graph

52 commits

Author SHA1 Message Date
natemoo-re
cb039219ef [ci] format 2022-05-24 22:03:29 +00:00
Nate Moore
cfae9760b2
Improve Markdown + Components usage ()
* feat: use internal MDX tooling for markdown + components

* fix: improve MD + component tests

* chore: add changeset

* fix: make tsc happy

* fix(): add regression test for component children

* fix(markdown): support HTML comments in markdown

* fix(): ensure namespaced components are properly handled in markdown pages

* fix(): ensure html in markdown pages does not have extra surrounding space

* fix(): ensure that remark files pass in file information

* fix(): enable experimentalStaticExtraction for `.md` pages

* fix: revert parsing change

* fix: remove `markdown.mode` option
2022-05-24 17:02:11 -05:00