mirror of
https://github.com/moparisthebest/android.moparisthebest.org
synced 2024-11-01 07:45:01 -04:00
added backtick test file
This commit is contained in:
parent
9f2df5739a
commit
61a58c2ba2
19
source/test/code/index.markdown
Normal file
19
source/test/code/index.markdown
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
---
|
||||||
|
layout: page
|
||||||
|
title: "Code"
|
||||||
|
date: 2011-07-30 08:45
|
||||||
|
footer: false
|
||||||
|
sidebar: false
|
||||||
|
---
|
||||||
|
|
||||||
|
``` coffeescript
|
||||||
|
Tweets = 1
|
||||||
|
|
||||||
|
module.exports = Tweets
|
||||||
|
```
|
||||||
|
|
||||||
|
``` coffeescript
|
||||||
|
Tweets = 1
|
||||||
|
|
||||||
|
module.exports = Tweets
|
||||||
|
```
|
Loading…
Reference in New Issue
Block a user