8000 add codeblock language · coderoad/coderoad-cli-deprecated@5ad4d81 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5ad4d81

Browse files
committed
add codeblock language
1 parent bb1bd8e commit 5ad4d81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup/tutorial/01/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ A function has inputs and outputs. The inputs we call "parameters" and wrap them
55

66
The output is `return`ed from the function.
77

8-
```
8+
```js
99
// input
1010
function doSomething(parameter) {
1111
// output

0 commit comments

Comments
 (0)
0