Skip to content

Commit 2e82e8f

Browse files
committed
Merge pull request #1485 from dpvc/issue1449
Allow line breaks within TeXAtom elements Resolves issue #1449.
2 parents 6d689b1 + b51e686 commit 2e82e8f

File tree

1 file changed

+1
-0
lines changed
  • unpacked/jax/element/mml

1 file changed

+1
-0
lines changed

unpacked/jax/element/mml/jax.js

+1
Original file line numberDiff line numberDiff line change
@@ -1463,6 +1463,7 @@ MathJax.ElementJax.mml.Augment({
14631463

14641464
MML.TeXAtom = MML.mbase.Subclass({
14651465
type: "texatom",
1466+
linebreakContainer: true,
14661467
inferRow: true, notParent: true,
14671468
texClass: MML.TEXCLASS.ORD,
14681469
Core: MML.mbase.childCore,

0 commit comments

Comments
 (0)