added some simple tests for blockquotes and partials

This commit is contained in:
Brandon Mathis 2012-05-22 11:32:07 -05:00
parent 7231a702d8
commit 0204abe920
4 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,12 @@
---
layout: page
title: Blockquote Test
date: 2011-07-30 08:45
footer: false
sidebar: false
---
{% blockquote Seth Godin http://sethgodin.typepad.com/seths_blog/2009/07/welcome-to-island-marketing.html Welcome to Island Marketing %}
Every interaction is both <strong>precious</strong> and an *opportunity* to delight.
{% endblockquote %}

View File

@ -0,0 +1,10 @@
---
layout: page
title: Partial Test
date: 2011-07-30 08:45
footer: false
sidebar: false
---
{% render_partial test/partial/markdown_partial.markdown %}
{% render_partial test/partial/textile_partial.textile %}

View File

@ -0,0 +1 @@
_Something cool_ [some url](http://google.com)

View File

@ -0,0 +1,5 @@
h3. Foo
_something_
*Whatever*