We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5aa011a commit 4f247aeCopy full SHA for 4f247ae
src/resources/filters/layout/layout.lua
@@ -139,7 +139,7 @@ function partitionCells(divEl)
139
140
if isPreambleBlock(block) then
141
if block.t == "CodeBlock" and #preamble > 0 and preamble[#preamble].t == "CodeBlock" then
142
- preamble[#preamble].text = preamble[#preamble].text .. "\n\n" .. block.text
+ preamble[#preamble].text = preamble[#preamble].text .. "\n" .. block.text
143
else
144
preamble:insert(block)
145
end
0 commit comments