Are you sure that's the output you're getting for that input? Here's the output I get:
<textarea><div class='div'>hello</div></textarea> Which is expected. On Fri, Jan 29, 2010 at 5:53 PM, alexey.petrushin < alexey.petrus...@gmail.com> wrote: > Hello, is there a way to include HTML inside <textarea> ? > I can't do it, below are examples: > > %textarea > hello > => <textarea>hello</textarea> > > %textarea > .div hello > => <textarea></textarea><div>hello</div> > > HAML places the content of textarea outside it, why? > > -- > You received this message because you are subscribed to the Google Groups > "Haml" group. > To post to this group, send email to h...@googlegroups.com. > To unsubscribe from this group, send email to > haml+unsubscr...@googlegroups.com <haml%2bunsubscr...@googlegroups.com>. > For more options, visit this group at > http://groups.google.com/group/haml?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Haml" group. To post to this group, send email to h...@googlegroups.com. To unsubscribe from this group, send email to haml+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/haml?hl=en.
