Skip to content

Commit d2b0864

Browse files
chore(internal docs): fix nested code fences in deprecation.d README
1 parent 04603f0 commit d2b0864

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

deprecation.d/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ release notes:
1313

1414
Each file must be named `<unique_slug>.md` and begin with YAML frontmatter:
1515

16-
```markdown
16+
````markdown
1717
---
1818
announcement_version: next
1919
deprecation_version: 0.57.0
20-
what: "The `legacy_auth` configuration option"
20+
what: "`legacy_auth` configuration option"
2121
---
2222

2323
The `legacy_auth` option has been replaced by the new `auth` block.
@@ -34,7 +34,7 @@ with:
3434
auth:
3535
token: "my_token"
3636
```
37-
```
37+
````
3838
3939
### Frontmatter fields
4040

0 commit comments

Comments
 (0)