To be cute I did this as a temporary placeholder...

%h3 Calendar
%p
  This is
  %p
    where the
    %p
      calendar
      %p will go

This is the resulting markup:

<div id="calendar">
  <h3>Calendar</h3>
  <p>
    This is
    </p><p>

      where the
      </p><p>
        calendar
        </p><p>will go</p>



</div>

Notice that the P tags are not nested.

Is this expected behavior?  Maybe nesting P tags is illegal in which
case shouldn't HAML be throwing an error?  Either way I think
something is a bit awry.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Haml" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [email protected]
For more options, visit this group at http://groups.google.com/group/haml?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to