summaryrefslogtreecommitdiff
path: root/.changeset
diff options
context:
space:
mode:
authorGravatar Jakob Helgesson <jakob.helgesson@gmail.com> 2022-08-10 23:10:06 +0200
committerGravatar GitHub <noreply@github.com> 2022-08-10 17:10:06 -0400
commit869d0093596b709cfcc1a1a95ee631b48d6d1c26 (patch)
tree5ef95e15f5091fcf2bbb692fed25e0c26c1884e4 /.changeset
parentd087286daa58673399781d54a5b426ae4fd88730 (diff)
downloadastro-@astrojs/cloudflare@1.0.1.tar.gz
astro-@astrojs/cloudflare@1.0.1.tar.zst
astro-@astrojs/cloudflare@1.0.1.zip
* 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.md5
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