Add quotes to YAML strings
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
---
|
||||
authors: [will_faught]
|
||||
categories: [paige]
|
||||
description: Sample article showcasing basic Markdown syntax and formatting for HTML elements.
|
||||
tags: [content, markdown, css, html]
|
||||
title: Markdown Syntax Guide
|
||||
authors: ["will_faught"]
|
||||
categories: ["paige"]
|
||||
description: "Sample article showcasing basic Markdown syntax and formatting for HTML elements."
|
||||
tags: ["content", "markdown", "css", "html"]
|
||||
title: "Markdown Syntax Guide"
|
||||
weight: 10
|
||||
---
|
||||
|
||||
|
Reference in New Issue
Block a user