Skip to content

Instantly share code, notes, and snippets.

@YumaInaura
Last active August 12, 2018 09:16
Show Gist options
  • Save YumaInaura/85c2fb01fc5c2f04c8e38b411e785e3f to your computer and use it in GitHub Desktop.
Save YumaInaura/85c2fb01fc5c2f04c8e38b411e785e3f to your computer and use it in GitHub Desktop.
Markdown—How to write "3 or more backticks" style code block in code block? ( I surrendered escape )

Markdown—How to write "3 or more backticks" style code block in code block? ( I surrendered escape )

  • Use "Heading 4 spaces" style codeblock. ( Basic style Markdown syntax )
  • Write backtics and codes in that codeblock. ( Extended style Markdown syntax )

Writing Example

image

Formatting example

```
echo alice
echo bob
```

Links

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