Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't break LaTeX math mode #42

Open
MartinThoma opened this issue Nov 5, 2014 · 2 comments
Open

Don't break LaTeX math mode #42

MartinThoma opened this issue Nov 5, 2014 · 2 comments

Comments

@MartinThoma
Copy link

It would be nice if LaTeX math mode would not be broken. It should be handled as a single block.

This means the line

asdf asdf asdf asdfsdf sdfsd fasdfasd fasdf asdfasdfasdf dfsasdfasdfas dfasd $a + b = c$ adsfa sdfasdf asdf s.

should be broken to

asdf asdf asdf asdfsdf sdfsd fasdfasd fasdf asdfasdfasdf dfsasdfasdfas dfasd
$a + b = c$ adsfa sdfasdf asdf s.

NOT to

asdf asdf asdf asdfsdf sdfsd fasdfasd fasdf asdfasdfasdf dfsasdfasdfas dfasd $a
+ b = c$ adsfa sdfasdf asdf s.
@diego898
Copy link

I definitely second this!

@fsaad
Copy link

fsaad commented Jul 7, 2018

I am experiencing this issue as well; it is best if line break ensures that $ is the first character on the line as opposed to breaking a $ across multiple lines.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants