diff options
Diffstat (limited to 'docs/src/pages/reference/api-reference.md')
-rw-r--r-- | docs/src/pages/reference/api-reference.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/pages/reference/api-reference.md b/docs/src/pages/reference/api-reference.md index f7e3f92bb..720df458f 100644 --- a/docs/src/pages/reference/api-reference.md +++ b/docs/src/pages/reference/api-reference.md @@ -42,7 +42,7 @@ const data = Astro.fetchContent('../pages/post/*.md'); // returns an array of po **/ astro: { headers: [], // an array of h1...h6 elements in the markdown file - source: '' // raw source of the markdown file + source: '', // raw source of the markdown file html: '' // rendered HTML of the markdown file }, url: '' // the rendered path |