9d71ddcc174b33fc2a5a8d76008a8a6e3cc71014
[yaffs-website] / vendor / cebe / markdown / tests / markdown-data / md1_inline_html_avanced.md
1 Simple block on one line:
2
3 <div>foo</div>
4
5 And nested without indentation:
6
7 <div>
8 <div>
9 <div>
10 foo
11 </div>
12 </div>
13 <div>bar</div>
14 </div>