Removed modules/contrib/media module to allow update to the core media module
[yaffs-website] / vendor / cebe / markdown / tests / markdown-data / md1_inline_html_avanced.html
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>