mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
14 lines
304 B
HTML
14 lines
304 B
HTML
<ol>
|
|
<li><p>Code block as part of list</p>
|
|
<pre><code>public static void main(String[] args) {
|
|
|
|
for (int i = 0; i < 10 && true; i++) {
|
|
|
|
System.out.println("Hello World");
|
|
}
|
|
|
|
// stuff here is affected as well <>&&%
|
|
}
|
|
</code></pre></li>
|
|
</ol>
|