Changes

Jump to: navigation, search

Module:Citation/CS1/COinS

9 bytes added, 11:59, 17 December 2015
no edit summary
if not rendering then -- when value doesn't have a math stripmarker, abandon this test
-- return 'not rendering';-- return value;
end
rendering = rendering:match ('$%s+(.+)%s+%$') -- extract just the math text
elseif rendering:match ('<annotation[^>]+>.+</annotation>') then -- if MathML math option
rendering = rendering:match ('<annotation[^>]+>(.+)</annotation>') -- extract just the math text
else
return value; -- had math stripmarker but not one of the three defined forms
Anonymous user

Navigation menu