mathlive icon indicating copy to clipboard operation
mathlive copied to clipboard

Feature Request: Line Breaks

Open andrew-murdza opened this issue 1 year ago • 1 comments

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>
  1. Run the above code

Actual Behavior

  1. Instead of line breaks, you need to move with the arrow keys to see the full expression

Expected Behavior

  1. There is a line break before the second "+"

Environment

0.101.0 Chrome Windows

andrew-murdza avatar Aug 06 '24 16:08 andrew-murdza

That sounds like a duplicate of https://github.com/arnog/mathlive/issues/598

arnog avatar Aug 06 '24 18:08 arnog