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/captions.html
vendored
4
org/testdata/captions.html
vendored
|
@ -3,7 +3,9 @@ Anything can be captioned. Also captions are not real, correct captions but just
|
|||
</p>
|
||||
<div class="captioned">
|
||||
<div class="highlight">
|
||||
<pre>echo "i have a caption!"</pre>
|
||||
<pre>
|
||||
echo "i have a caption!"
|
||||
</pre>
|
||||
</div>
|
||||
<p class="caption">
|
||||
captioned soure block
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue