mirror of
https://github.com/moparisthebest/android.moparisthebest.org
synced 2024-12-24 08:28:50 -05:00
updated tests for code snippets with markdown and textile
This commit is contained in:
parent
96529fae7a
commit
50ced3b6d7
@ -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
|
||||
```
|
||||
|
@ -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
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user