Skip to content

Instantly share code, notes, and snippets.

@kentfredric
Created January 29, 2014 19:31
Show Gist options
  • Save kentfredric/8695145 to your computer and use it in GitHub Desktop.
Save kentfredric/8695145 to your computer and use it in GitHub Desktop.

Good:

my $x  = 1;
foo = bar
random block of text

Bad:

sometext

Good:
```perl
my $x = 1;
```
```ini
foo = bar
```
```
random block of text
```
Bad:
```sometext```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment