I am trying to make a flatfile PHP blog that uses YAML to convert the entries to code, but I can't find out how to get YAML to ignore the HTML tags and everything after the second "---":
---
title = "Entry title"
tags = "tag1 tag2 tag3"
someInportentVariable = "Some Inportent Content"
---
<p>This is some entry content.</p>
<p>Line2.</p>
<p>Line3.</p>
<p>And so on...</p>
How can I be able do that?
Here's a example of what I mean: https://github.com/claco/claco.github.com/blob/master/_posts/2002-10-05-marry-a-sysadmin.textile.
Update: For people who wants to contact me, head over to my new stackoverflow account, RobinLilfelt.