Format examples in docs (#7378)
Signed-off-by: Nick Cameron <nrc@ncameron.org>
This commit is contained in:
@ -21,6 +21,7 @@ acceptAnything(42)
|
||||
acceptAnything('hello')
|
||||
acceptAnything(XY)
|
||||
acceptAnything([0, 1, 2])
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
@ -15,6 +15,7 @@ Strings may be delimited using either single or double quotes.
|
||||
```kcl
|
||||
"hello,"
|
||||
'world!'
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user