-
Notifications
You must be signed in to change notification settings - Fork 67
Code blocks
Laura Kalbag edited this page May 23, 2023
·
1 revision
You can add code
inline amongst any text using `` backticks.
For code blocks, you can write them in the classic markdown style using backticks, or backticks and language.
```
Here’s some code.
```
```js
Here‘s my JS.
```