updated tests for code snippets with markdown and textile

This commit is contained in:
Brandon Mathis 2012-05-21 20:13:24 -05:00
parent 96529fae7a
commit 50ced3b6d7
2 changed files with 42 additions and 12 deletions

View File

@ -7,15 +7,15 @@ sidebar: false
---
``` coffeescript Some Coffee Script for you http://google.com/
Tweets = 1
Tweets = 1
module.exports = Tweets
module.exports = Tweets
```
``` coffeescript
Tweets = 1
foo && bar
module.exports = Tweets
Tweets = 1
foo && bar
module.exports = Tweets
```
{% codeblock Append this to your .bashrc file. %}
@ -31,3 +31,35 @@ unset i
{% codeblock config lang:ruby %}
Bunch of ruby code
{% endcodeblock %}
```
// Spaces
asd
asd
asd
asd
asd
asd
asd
asd
asd
asd
asd
```
```
// Tabs
asd
asd
asd
asd
asd
asd
asd
asd
asd
asd
asd
```

View File

@ -7,16 +7,14 @@ sharing: true
footer: true
---
<notextile>
``` coffeescript
_Tweets_ = 1
_Tweets_ = 1
module.exports = Tweets
module.exports = Tweets
```
</notextile>
``` coffeescript
Tweets = 1
foo && bar
module.exports = Tweets
Tweets = 1
foo && bar
module.exports = Tweets
```