diff options
author | 2022-08-10 23:10:06 +0200 | |
---|---|---|
committer | 2022-08-10 17:10:06 -0400 | |
commit | 869d0093596b709cfcc1a1a95ee631b48d6d1c26 (patch) | |
tree | 5ef95e15f5091fcf2bbb692fed25e0c26c1884e4 /.changeset | |
parent | d087286daa58673399781d54a5b426ae4fd88730 (diff) | |
download | astro-@astrojs/cloudflare@1.0.1.tar.gz astro-@astrojs/cloudflare@1.0.1.tar.zst astro-@astrojs/cloudflare@1.0.1.zip |
Mdx/plugin unshift (#4248)astro@1.0.2@astrojs/preact@1.0.1@astrojs/mdx@0.8.2@astrojs/cloudflare@1.0.1
* Add builtin rehype plugin to beginning
* Add Changeset
* Do the same to rehypeRaw for consistency
Diffstat (limited to '.changeset')
-rw-r--r-- | .changeset/fuzzy-emus-develop.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.changeset/fuzzy-emus-develop.md b/.changeset/fuzzy-emus-develop.md new file mode 100644 index 000000000..b7b7321d6 --- /dev/null +++ b/.changeset/fuzzy-emus-develop.md @@ -0,0 +1,5 @@ +--- +'@astrojs/mdx': patch +--- + +Load builtin rehype plugins before user plugins instead of after |