added a test for marks

This commit is contained in:
Brandon Mathis 2012-05-28 04:22:41 -05:00
parent b3a5d2bf48
commit 2867208bef

View File

@ -23,7 +23,7 @@ Simply start a line with three back ticks followed by a space and the language y
$ sudo make me a sandwich
```
```
``` linenos:false
$ sudo make me a sandwich
```
@ -47,7 +47,7 @@ end
#### Example with a custom starting line number
``` coffeescript Coffeescript Tricks start:51
``` coffeescript Coffeescript Tricks start:51 mark:52,54-55
# Given an alphabet:
alphabet = 'abcdefghijklmnopqrstuvwxyz'
@ -55,7 +55,7 @@ end
console.log letter for letter in alphabet[4..8]
```
``` coffeescript Coffeescript Tricks start:51
``` coffeescript Coffeescript Tricks start:51 mark:52,54-55
# Given an alphabet:
alphabet = 'abcdefghijklmnopqrstuvwxyz'