Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
-and-highlighting-code-blocks.md---
Copy link

Copilot AI Nov 27, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The frontmatter YAML header is malformed. Line 1 should be --- (three hyphens only) to properly open the YAML frontmatter block. The current value -and-highlighting-code-blocks.md--- will break the page rendering.

Suggested change
-and-highlighting-code-blocks.md---
---

Copilot uses AI. Check for mistakes.
title: Creating and highlighting code blocks
intro: Share samples of code with fenced code blocks and enabling syntax highlighting.
product: '{% data reusables.gated-features.markdown-ui %}'
Expand Down
Loading