mirror of
https://github.com/jekyll/jekyll.git
synced 2026-04-06 03:01:43 -04:00
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.
6 lines
75 B
Plaintext
6 lines
75 B
Plaintext
# Some stuff on the first line
|
|
---
|
|
test: good
|
|
---
|
|
Real content starts here
|