Update pygments.
This commit is contained in:
parent
598e0e49b2
commit
65cc7b24c9
158 changed files with 687 additions and 102 deletions
|
@ -65,6 +65,10 @@ class Foo(object):
|
|||
self.bar = bar
|
||||
```
|
||||
|
||||
```bash
|
||||
ls *.jpg | xargs -n1 -i cp {} /external-hard-drive/directory
|
||||
```
|
||||
|
||||
**Note:** The code block looks like GitHub’s colors.
|
||||
|
||||
You can add tables too:
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
.highlight {
|
||||
color: #f8f8f2;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue