diff --git a/packages/nuejs.org/docs/tutorial.md b/packages/nuejs.org/docs/tutorial.md index c8c86067..dd25b328 100644 --- a/packages/nuejs.org/docs/tutorial.md +++ b/packages/nuejs.org/docs/tutorial.md @@ -103,12 +103,12 @@ All blog posts live in the `blog` directory as Markdown files. Take a look at an Our blog adds metadata to each post through "front matter" – YAML at the start of the file: -```yaml ---- +```md +\--- title: A standards first framework description: Taking HTML, CSS and JavaScript to their peak date: 2024-01-15 ---- +\--- Content starts here... ```