Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1 KB

File metadata and controls

26 lines (18 loc) · 1 KB
title Failed to parse Markdown frontmatter.
i18nReady true
githubURL https://github.com/withastro/astro/blob/main/packages/astro/src/core/errors/errors-data.ts

import DontEditWarning from '~/components/DontEditWarning.astro'

Example error messages:
cannot read an implicit mapping pair; a colon is missed
unexpected end of the stream within a double quoted scalar
cannot read a block mapping entry; a multiline key may not be an implicit key

What went wrong?

Astro encountered an error while parsing the frontmatter of your Markdown file. This is often caused by a mistake in the syntax, such as a missing colon or a missing end quote.