md1_inline_html_avanced.html 145 B

123456789101112
  1. <p>Simple block on one line:</p>
  2. <div>foo</div>
  3. <p>And nested without indentation:</p>
  4. <div>
  5. <div>
  6. <div>
  7. foo
  8. </div>
  9. </div>
  10. <div>bar</div>
  11. </div>