Skip to content

Instantly share code, notes, and snippets.

@therealbstern
Last active May 11, 2018 04:06
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 therealbstern/9cb0dfc7f0f4b76a062247676aed341b to your computer and use it in GitHub Desktop.
Save therealbstern/9cb0dfc7f0f4b76a062247676aed341b to your computer and use it in GitHub Desktop.
Indent syntax-highlighted code in a numbered or bulleted list
1. lorem ipsum
```perl
use strict;
```
2. dolor sit amet
```perl
use warnings;
```
1. consectetur adipiscing elit
1. sed do
1. eiusmod
@therealbstern
Copy link
Author

  1. lorem ipsum
use strict;
  1. dolor sit amet
    use warnings;
    1. consectetur adipiscing elit
    2. sed do
  2. eiusmod

@therealbstern
Copy link
Author

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