You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-- Now, transfer the attribute "name" from the code block to the new-- image block. It might gets used by the figure numbering lua filter.-- If the figure numbering gets not used, this additional attribute-- gets ignored as well.ifblock.attributes["name"] thenimgObj.attributes["name"] =block.attributes["name"]
endifblock.attributes["style"] thenimgObj.attributes["style"] =block.attributes["style"]
endifblock.attributes["class"] thenimgObj.attributes["class"] =block.attributes["class"]
end
The text was updated successfully, but these errors were encountered:
I made the following addition:
The text was updated successfully, but these errors were encountered: