showdown/test/issues/#230.paragraphs-are-ignored-between-code-tags.html
Estevão Soares dos Santos 71a5873902 fix(HTMLParser): fix code tags parsing
Closes #231
2016-01-25 03:01:54 +00:00

13 lines
171 B
HTML

<pre lang="no-highlight"><code>```python
var s;
```
</code></pre>
<p>this is a long paragraph</p>
<pre lang="no-highlight"><code>
```javascript
var s;
```
</code></pre>