Skip to content

Latest commit

History

History
29 lines (19 loc) 路 378 Bytes

examples.md

File metadata and controls

29 lines (19 loc) 路 378 Bytes

Examples

Here is some examples.

Show Image

Show image from GitHub repository.

png

Syntax highlighting

Syntax highlighting is available by Prism.

```js
console.log("Hello world!");
```
console.log("Hello world!");
```shell
echo 'Hello world!'
```
echo 'Hello world!'