mirror of
https://github.com/moparisthebest/android.moparisthebest.org
synced 2025-01-11 21:58:31 -05:00
added another test for backtick code blocks in textile
This commit is contained in:
parent
53fdadd764
commit
6caab53ab9
@ -14,7 +14,23 @@ module.exports = Tweets
|
|||||||
```
|
```
|
||||||
|
|
||||||
``` coffeescript
|
``` coffeescript
|
||||||
Tweets = 1
|
$(document).ready =>
|
||||||
foo && bar
|
bar
|
||||||
module.exports = Tweets
|
console.log "hereh"
|
||||||
|
val=0
|
||||||
|
|
||||||
|
rott= =>
|
||||||
|
val=val+1
|
||||||
|
$("img.logo").style.webkitTransform="rotate("+val+"deg)"
|
||||||
|
$("img.logo").style.mozTransform="rotate("+val+"deg)"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
settimeout = =>
|
||||||
|
window.setTimeout 100, =>
|
||||||
|
console.log "rotating"
|
||||||
|
rott()
|
||||||
|
settimeout()
|
||||||
|
|
||||||
|
settimeout()
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user