-
Beta Was this translation helpful? Give feedback.
Answered by
squidfunk
Jun 23, 2023
Replies: 1 comment 4 replies
-
Simple. Indent by four spaces, not two. - `a.js`
> hello world in javascript
```javascript
console.log('Hello, world!')
``` Result (as on GitHub):
|
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
squidfunk
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Simple. Indent by four spaces, not two.
Result (as on GitHub):
a.js