Less method_missing in Markaby #
>> div :styl => 'margin:10px' do
>> h1 "Never To Be Seen"
>> end
Markaby::InvalidXhtmlError: no attribute `styl' on div elements
>> salect :onclick => 'javascript:alert("GIMMICK!")' do
>> option '- please -'
>> end
NoMethodError: no such method `salect'
Continue to full post. (214 words)

