Fix default HighlightCodeBlock fn: Write tags on separate lines
This commit is contained in:
parent
486720c1b1
commit
a859264420
5 changed files with 17 additions and 7 deletions
4
org/testdata/lists.html
vendored
4
org/testdata/lists.html
vendored
|
@ -49,7 +49,9 @@ and some lines of text
|
|||
and another subitem
|
||||
</p>
|
||||
<div class="highlight">
|
||||
<pre>echo with a block</pre>
|
||||
<pre>
|
||||
echo with a block
|
||||
</pre>
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue