Skip to content

Commit 51aa72f

Browse files
author
Tom Clark
committed
Added test file
1 parent e8dffd3 commit 51aa72f

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

test.markdown

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
layout: default
3+
title: Test
4+
---
5+
6+
Hello, World!
7+
====
8+
9+
This is a test of _markdown_ **support**
10+
11+
This is some code to test pygments support:
12+
13+
{% highlight ruby %}
14+
def function(*args)
15+
puts "Hello, #{@world}!"
16+
end
17+
{% endhighlight %}
18+
19+
20+
```ruby
21+
def function(*args)
22+
puts "Hello, #{@world}!"
23+
end
24+
```

0 commit comments

Comments
 (0)