Skip to content

Commit db86ba2

Browse files
committed
Fix markdownlint MD038 in draft-release-notes rules.md
1 parent fa8a6b7 commit db86ba2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • .github/scripts/draft-release-notes

.github/scripts/draft-release-notes/rules.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ humans during the finalize step.
77
## Schema
88

99
Respond with a single JSON object matching exactly this schema and
10-
nothing else (no prose). A surrounding ```json ... ``` code fence is
11-
tolerated by the parser but discouraged — prefer a bare JSON object:
10+
nothing else (no prose). A surrounding `json` code fence is tolerated
11+
by the parser but discouraged — prefer a bare JSON object:
1212

1313
```
1414
{

0 commit comments

Comments
 (0)