Make highlightCodeBlock render enclosing div tags on separate lines
This commit is contained in:
parent
53b61abfd0
commit
b1a03e2d27
6 changed files with 18 additions and 8 deletions
4
org/testdata/lists.html
vendored
4
org/testdata/lists.html
vendored
|
@ -48,7 +48,9 @@ and some lines of text
|
|||
<p>
|
||||
and another subitem
|
||||
</p>
|
||||
<div class="highlight"><pre>echo with a block</pre></div>
|
||||
<div class="highlight">
|
||||
<pre>echo with a block</pre>
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue