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 1de0c38 commit 48cf77aCopy full SHA for 48cf77a
_extensions/interlinks/interlinks.lua
@@ -236,7 +236,9 @@ return {
236
local base_name = quarto.project.offset .. "/_inv/" .. k .. "_objects"
237
json = read_inv_text_or_json(base_name)
238
prefix = pandoc.utils.stringify(v.url)
239
- fixup_json(json, prefix)
+ if json ~= nil then
240
+ fixup_json(json, prefix)
241
+ end
242
end
243
json = read_inv_text_or_json(quarto.project.offset .. "/objects")
244
if json ~= nil then
0 commit comments