Files
jekyll/test/fixtures/broken_front_matter1.erb
Jonas Pfenniger da4e8f2ee1 Front-matter should be at start of file
It's the theme of the moment ; regexp checking.

Just in case we have two line start with --- in the file, we want to
make sure it's not interpreted as a front-matter.
2012-05-25 18:59:26 +01:00

6 lines
75 B
Plaintext

# Some stuff on the first line
---
test: good
---
Real content starts here