Skip to content

Commit 3e58cfa

Browse files
authored
doc: Fix formatting of examples headers in README (#512)
This commit ensures all example subsection headers are properly rendered by GitHub replacing non-breaking spaces (ascii code 160) with regular spaces (ascii code 32).
1 parent ce8553f commit 3e58cfa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ jobs:
179179
status: "${{ job.status }}"
180180
```
181181

182-
### Action with custom hold comments
182+
### Action with custom hold comments
183183

184184
```
185185
name: Test
@@ -200,7 +200,7 @@ jobs:
200200
failComment: "action failed!"
201201
```
202202

203-
### Action no comments, set commit to "error" status and set url, description and specific name
203+
### Action no comments, set commit to "error" status and set url, description and specific name
204204

205205
```
206206
name: Test

0 commit comments

Comments
 (0)