summaryrefslogtreecommitdiff
path: root/.changeset/lazy-mice-fetch.md
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2023-03-22 05:53:15 -0700
committerGravatar GitHub <noreply@github.com> 2023-03-22 20:53:15 +0800
commit66e006028c56fd414fd14414d73bf534a5fd607b (patch)
treef5ece368b9ffc9cdab203a61cc56acc2fd8a5a7e /.changeset/lazy-mice-fetch.md
parent7f7a8504b5c2df4c99d3025931860c0d50992510 (diff)
downloadastro-@astrojs/markdoc@0.0.4.tar.gz
astro-@astrojs/markdoc@0.0.4.tar.zst
astro-@astrojs/markdoc@0.0.4.zip
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to '.changeset/lazy-mice-fetch.md')
-rw-r--r--.changeset/lazy-mice-fetch.md14
1 files changed, 0 insertions, 14 deletions
diff --git a/.changeset/lazy-mice-fetch.md b/.changeset/lazy-mice-fetch.md
deleted file mode 100644
index bdb6f6540..000000000
--- a/.changeset/lazy-mice-fetch.md
+++ /dev/null
@@ -1,14 +0,0 @@
----
-'astro': patch
-'@astrojs/markdoc': patch
----
-
-Allow access to content collection entry information (including parsed frontmatter and the entry slug) from your Markdoc using the `$entry` variable:
-
-```mdx
----
-title: Hello Markdoc!
----
-
-# {% $entry.data.title %}
-```