chore: changeset
This commit is contained in:
parent
1db3825e98
commit
1c41762e8c
1 changed files with 14 additions and 0 deletions
14
.changeset/lazy-mice-fetch.md
Normal file
14
.changeset/lazy-mice-fetch.md
Normal 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 %}
|
||||
```
|
Loading…
Add table
Reference in a new issue