derekbrokeit / hyde-presenter

A simple template for building complex, variable structured websites such as presentations or others.
0 stars 0 forks source link

Shorten yaml front matter marker to only bottom string #10

Closed derekbrokeit closed 11 years ago

derekbrokeit commented 11 years ago

consider seperating yaml front matter by only the bottom --- instead of a cage. This way you have N less lines in your text file for N slides/divs. One catch: take care to make sure that markdown horizontal rule are not mistakenly taken for the yaml-front-matter ending.