YAML difficulties

49 views
Skip to first unread message

Matthew Helmick

unread,
Feb 25, 2012, 1:36:03 AM2/25/12
to middlem...@googlegroups.com
This isn't a Middleman issue per se, but I'm having some issues getting html tags embedded in YAML to output to my Middleman templates.

So if I have YAML like:

Table1:
    Row1:
    -  |
        <input type="text" name="T_095">
    - | 
        <input type="text" name="T_096">
    Row2:
       [etc.]

My HTML is being output into my Middleman builds like:

&lt;input type=&quot;text&quot; name=&quot;T_095&quot; &#47;&gt;

I need to decode the angle brackets, double quotes, etc. but I can't find a way to do it. 

Reply all
Reply to author
Forward
0 new messages