Extended inline ref is now @{name|label}; colon gets confused with method operator
This commit is contained in:
parent
9d126aa2e7
commit
2174f39191
|
@ -76,7 +76,7 @@ function markup.add_sections(F, txt)
|
||||||
end
|
end
|
||||||
|
|
||||||
local function handle_reference (ldoc, name)
|
local function handle_reference (ldoc, name)
|
||||||
local qname,label = utils.splitv(name,'%s*:')
|
local qname,label = utils.splitv(name,'%s*|')
|
||||||
if not qname then
|
if not qname then
|
||||||
qname = name
|
qname = name
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue