Skip to content

Instantly share code, notes, and snippets.

@YumaInaura
Last active August 19, 2018 23:20
Show Gist options
  • Save YumaInaura/f1b29e1c6a301af2f321cd7db8b50101 to your computer and use it in GitHub Desktop.
Save YumaInaura/f1b29e1c6a301af2f321cd7db8b50101 to your computer and use it in GitHub Desktop.
Markdown—How to write fenced code block in fenced codeblock

Markdown—How to write fenced code block in fenced codeblock

You can adjust codeblock level by backticks num.

For example, Sorround 3 buckticks code block by 4 backticks code block.

Input example

image

Output example

```
#!/bin/bash

echo OK
```

Links

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment