summaryrefslogtreecommitdiff
path: root/.changeset/lazy-mice-fetch.md
blob: bdb6f6540a43759ba00a5d8ad529b54793593b80 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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 %}
```