Unbreak explicitly suppressing MathML conversion of elements
This commit is contained in:
parent
071cf90549
commit
e5d5ac2efe
@ -59,10 +59,10 @@ local function annotate()
|
||||
props = {}
|
||||
properties[marked] = props
|
||||
end
|
||||
if annotation.core then
|
||||
if annotation.core ~= nil then
|
||||
props.mathml_core = annotation.core
|
||||
end
|
||||
if annotation.struct then
|
||||
if annotation.struct ~= nil then
|
||||
local saved = props.mathml_filter
|
||||
local struct = annotation.struct
|
||||
function props.mathml_filter(mml, core)
|
||||
|
Loading…
Reference in New Issue
Block a user