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