chore: changeset

This commit is contained in:
bholmesdev 2023-03-17 19:04:29 -04:00
parent 1db3825e98
commit 1c41762e8c

View file

@ -0,0 +1,14 @@
---
'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 %}
```