android.moparisthebest.org/source/test/code/textile/index.textile

23 lines
276 B
Plaintext
Raw Normal View History

---
layout: page
title: "Textile"
date: 2011-08-01 08:13
comments: true
sharing: true
footer: true
---
<notextile>
``` coffeescript
_Tweets_ = 1
module.exports = Tweets
```
</notextile>
``` coffeescript
Tweets = 1
foo && bar
module.exports = Tweets
```