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
10
org/testdata/blocks.html
vendored
10
org/testdata/blocks.html
vendored
|
@ -1,19 +1,23 @@
|
|||
<div class="captioned">
|
||||
<div class="highlight">
|
||||
<pre>echo "a bash source block"
|
||||
<pre>
|
||||
echo "a bash source block"
|
||||
|
||||
function hello {
|
||||
echo Hello World!
|
||||
}
|
||||
|
||||
hello</pre>
|
||||
hello
|
||||
</pre>
|
||||
</div>
|
||||
<p class="caption">
|
||||
block caption
|
||||
</p>
|
||||
</div>
|
||||
<div class="highlight">
|
||||
<pre>a source block without a language</pre>
|
||||
<pre>
|
||||
a source block without a language
|
||||
</pre>
|
||||
</div>
|
||||
<pre class="example">
|
||||
an example block with
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue