Allow line breaks within TeXAtom elements Resolves issue #1449.
This commit is contained in:
parent
c0c63b1e12
commit
b51e686afc
|
@ -1463,6 +1463,7 @@ MathJax.ElementJax.mml.Augment({
|
||||||
|
|
||||||
MML.TeXAtom = MML.mbase.Subclass({
|
MML.TeXAtom = MML.mbase.Subclass({
|
||||||
type: "texatom",
|
type: "texatom",
|
||||||
|
linebreakContainer: true,
|
||||||
inferRow: true, notParent: true,
|
inferRow: true, notParent: true,
|
||||||
texClass: MML.TEXCLASS.ORD,
|
texClass: MML.TEXCLASS.ORD,
|
||||||
Core: MML.mbase.childCore,
|
Core: MML.mbase.childCore,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user