sagemath / sagecell

The Sage Cell Server---providing a way to embed Sage computations into any web page.
Other
203 stars 68 forks source link

word wrap #165

Open jasongrout opened 13 years ago

jasongrout commented 13 years ago

We should support word-wrapping an expression. Check out the word-wrap and whitespace CSS properties.

Thanks to TJ Hitchman for pointing this out.

novoselt commented 7 years ago

Is it about lineWrapping for CodeMirror? Should it just be set to true, or something more elaborate was intended? I am definitely against auto-wrapping output MathJax, but for input code I am not sure what is better.