Skip to content

Commit 4f31e8e

Browse files
authored
docs: Fix markdown example output issue
The GitHub markdown rendered what was supposed to be three lines, into a single line. The new code block with three back ticks fixes this.
1 parent ac7f7a7 commit 4f31e8e

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,11 @@ Body is the only place where you can use a `pipe` to break lines.
9393
E.g.: you type this: `my items are:| - item01| - item 02`, which will become:
9494

9595

96-
`my items are:`
97-
`- item01`
98-
`- item 02`
96+
```
97+
my items are:
98+
- item01
99+
- item 02
100+
```
99101

100102

101103
## CONTRIBUTING

0 commit comments

Comments
 (0)