From: "T. Onoma" Date: 2004-08-29T10:57:01+09:00 Subject: Yaml argument error due to indention on load_documents the following produces an error, but it will work if the two text lines are not indented. shouldn't '|' allow it to work regardless? (BTW: I'm using load_documents, not load) --- | this is a test of this problem --- text: background-color: blue insert_table: font-size: 6pt .general: background: yellow Here's the error: /usr/lib/ruby/1.8/yaml.rb:165:in `load_documents': parse error on line 5, col 0: `---' (ArgumentError) from /usr/lib/ruby/1.8/yaml.rb:165:in `each_document' from /usr/lib/ruby/1.8/yaml.rb:180:in `load_documents' -- T.