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

@ -2,7 +2,9 @@
Anything can be captioned. Also captions are not real, correct captions but just a paragraph below the element (bothe wrapped into a div)
</p>
<div class="captioned">
<div class="highlight"><pre>echo &#34;i have a caption!&#34;</pre></div>
<div class="highlight">
<pre>echo &#34;i have a caption!&#34;</pre>
</div>
<p class="caption">
captioned soure block
</p>