Make highlightCodeBlock render enclosing div tags on separate lines

This commit is contained in:
Niklas Fasching 2018-12-11 16:08:58 +01:00
parent 53b61abfd0
commit b1a03e2d27
6 changed files with 18 additions and 8 deletions

View file

@ -1,12 +1,16 @@
<div class="captioned">
<div class="highlight"><pre>echo a bash source block</pre></div>
<div class="highlight">
<pre>echo a bash source block</pre>
</div>
<p class="caption">
block!
</p>
</div>
<div class="highlight"><pre>a source block without a language
<div class="highlight">
<pre>a source block without a language
and a second line
and a third one</pre></div>
and a third one</pre>
</div>
<pre class="example">
an example block
with multiple lines