astro/.changeset/lazy-mice-fetch.md
2023-03-17 19:04:29 -04:00

269 B

astro @astrojs/markdoc
patch patch

Allow access to content collection entry information (including parsed frontmatter and the entry slug) from your Markdoc using the $entry variable:

---
title: Hello Markdoc!
---

# {% $entry.data.title %}