Content deleted Content added
on second thoughts, add the "u" code back in - it might be useful for the p.single function |
switch link code check order |
||
Line 371:
function p.export(codes, snippets, linkFunctions, options)
--
local userLink = linkFunctions.u(snippets)▼
-- Check to see that we were passed at least one code, and return the
-- blank string otherwise.
if #codes < 1 then
return ''
end
▲ local userLink = linkFunctions.u(snippets)
-- Make the toolbar.
|