Skip to content

Commit

Permalink
added markdown filter test
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Mar 10, 2012
1 parent a189ceb commit cccb470
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/cases/filters.markdown.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<html>
<body><p>This is <em>some</em> awesome <strong>markdown</strong>
whoop.</p>
</body>
</html>
5 changes: 5 additions & 0 deletions test/cases/filters.markdown.jade
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
html
body
:markdown
This is _some_ awesome **markdown**
whoop.

0 comments on commit cccb470

Please sign in to comment.