mathlive
mathlive copied to clipboard
Feature Request: Line Breaks
Steps to Reproduce
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Change FontShape of MathField</title>
<script defer src="https://unpkg.com/mathlive"></script>
</head>
<body>
<math-field style="width: 200px;">\mathtip{x+1234+1234+1234+1234+1234}{test}</math-field>
</body>
</html>
- Run the above code
Actual Behavior
- Instead of line breaks, you need to move with the arrow keys to see the full expression
Expected Behavior
- There is a line break before the second "+"
Environment
0.101.0 Chrome Windows
That sounds like a duplicate of https://github.com/arnog/mathlive/issues/598