showdown/test/functional/makehtml/cases/standard/nested-gh-codeblocks.html
2017-12-23 12:35:31 +00:00

9 lines
113 B
HTML

<pre><code>1. some code idented 4 spaces
```
var foobar = 'foo';
```
2. another line
</code></pre>