Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cscheid committed Oct 16, 2023
1 parent 180a593 commit 1c74365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resources/filters/quarto-pre/parsefiguredivs.lua
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ function parse_reftargets()

-- knitr can emit a label that starts with "tab:"
-- we don't handle those as floats
local ref = refType(label_identifier)
local ref = refType(identifier)
if ref == nil then
return nil
end
Expand Down

0 comments on commit 1c74365

Please sign in to comment.