Skip to content

Commit

Permalink
XS✔ ◾ use diff characters to fix frontmatter issue (#7142)
Browse files Browse the repository at this point in the history
  • Loading branch information
JackDevAU authored Nov 1, 2023
1 parent 5bb8502 commit ccb5046
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ However, avoid non-standard practices like mixing data types or adding unnecessa

::: greybox
```
---
–––
title+author: My Article by John
2023-10-31
---
–––
```
:::

Expand All @@ -42,11 +42,11 @@ Figure: Bad Example {Non-standard practices can lead to parsing errors and incon

::: greybox
```
---
–––
title: My Article
author: John Doe
date: 2023-10-31
---
–––
```
:::

Expand All @@ -71,9 +71,9 @@ However, avoid the common mistake of listing values in a continuous string. This

::: greybox
```
---
–––
authors: John Doe, Jane Smith, Bob Johnson
---
–––
```
:::

Expand All @@ -85,12 +85,12 @@ Here's how you can effectively use arrays:

::: greybox
```
---
–––
authors:
- John Doe
- Jane Smith
- Bob Johnson
---
–––
```
:::

Expand Down

0 comments on commit ccb5046

Please sign in to comment.