Skip to content

Instantly share code, notes, and snippets.

@PuZZleDucK
Created July 16, 2017 14:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PuZZleDucK/3446c262cfd36efc716b6782855a9907 to your computer and use it in GitHub Desktop.
Save PuZZleDucK/3446c262cfd36efc716b6782855a9907 to your computer and use it in GitHub Desktop.
## original
1. First item
```
echo "code from item 1"
```
1. Second item
1. Third item
1. Forth
## indent
1. With indentation
```
echo "code from item 1"
```
1. Second item
1. Third item
1. Forth
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment