Sign in
android
/
platform
/
external
/
markdown
/
refs/heads/android11-mainline-extservices-release
/
.
/
tests
/
safe_mode
/
inline-html-advanced.html
blob: e9dd2ec0113378269560663bdd007180d5b994e0 [
file
] [
log
] [
blame
] [
edit
]
<p>
Simple block on one line:
</p>
<p>
<div>foo</div>
</p>
<p>
And nested without indentation:
</p>
<p>
<div>
<div>
<div>
foo
</div>
</div>
<div>bar</div>
</div>
</p>