mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-10 21:48:41 +00:00
Support MathML display mode (#2220)
This commit is contained in:
@@ -20,7 +20,8 @@ const getMathML = function(expr, settings = new Settings()) {
|
||||
maxSize: Infinity,
|
||||
});
|
||||
|
||||
const built = buildMathML(parseTree(expr, settings), expr, options);
|
||||
const built = buildMathML(parseTree(expr, settings), expr, options,
|
||||
settings.displayMode);
|
||||
|
||||
// Strip off the surrounding <span>
|
||||
return built.children[0].toMarkup();
|
||||
|
||||
Reference in New Issue
Block a user