Sign in
android
/
platform
/
external
/
markdown
/
refs/heads/android10-mainline-networking-release
/
.
/
tests
/
markdown-test
/
inline-html-advanced.txt
blob: 9d71ddcc174b33fc2a5a8d76008a8a6e3cc71014 [
file
] [
log
] [
blame
] [
edit
]
Simple block on one line:
<div>foo</div>
And nested without indentation:
<div>
<div>
<div>
foo
</div>
</div>
<div>bar</div>
</div>