Sign in
code
/
edge
/
openjdk
/
2fb02bd3b6fc8c66037e3da01a2a69ece1726846
/
.
/
nashorn
/
test
/
script
/
markdown
/
list-with-code.js.EXPECTED
blob: 566fdae96a802459feaf0afee404aa945b05dd0e [
file
] [
log
] [
blame
]
<ul>
<li><p>
A list item with code:
</p>
<pre><code>
alert('Hello world!');
</code></pre></li>
</ul>