Allow line breaks within TeXAtom elements Resolves issue #1449.

This commit is contained in:
Davide P. Cervone 2016-05-17 19:20:03 -04:00
parent c0c63b1e12
commit b51e686afc

View File

@ -1463,6 +1463,7 @@ MathJax.ElementJax.mml.Augment({
MML.TeXAtom = MML.mbase.Subclass({
type: "texatom",
linebreakContainer: true,
inferRow: true, notParent: true,
texClass: MML.TEXCLASS.ORD,
Core: MML.mbase.childCore,