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 8135d67 commit 4e2f882Copy full SHA for 4e2f882
src/resources/pandoc/datadir/init.lua
@@ -1396,7 +1396,7 @@ local function processTextDependency(dependency, meta)
1396
if meta[textLoc] == nil then
1397
meta[textLoc] = {}
1398
end
1399
- meta[textLoc]:insert(rawText.text)
+ meta[textLoc]:insert(pandoc.RawBlock(FORMAT, rawText.text))
1400
1401
1402
-- make the usePackage statement
0 commit comments