Skip to content

Commit

Permalink
See #171, #169. Add more tests for CSS & Markdown w/ YAML Front Matter
Browse files Browse the repository at this point in the history
  • Loading branch information
Glavin001 committed Jan 2, 2015
1 parent 6e708a8 commit bddf667
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.test {
display: none;
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.test {
display: none;
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: "This is a title!"
---

stuff

more stuff

Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: This is a title!
---

stuff

more stuff

0 comments on commit bddf667

Please sign in to comment.