File: list-with-code.html

package info (click to toggle)
omd 1.3.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,424 kB
  • sloc: ml: 9,312; makefile: 18
file content (5 lines) | stat: -rw-r--r-- 108 bytes parent folder | download
1
2
3
4
5
<ul>
 <li><p>A list item with code:</p>
<pre><code>alert(&#39;Hello world!&#39;);</code></pre>
 </li>
</ul>