typora / typora-issues

Bugs, suggestions or free discussions about the minimal markdown editor — Typora
https://typora.io
1.53k stars 58 forks source link

\\ doens't apply line breaks anymore in math blocks. I'm missing something? #4531

Closed JRhin closed 3 years ago

JRhin commented 3 years ago

Describe the bug Now in math blocks "\\" doesn't aply line breaks anymore.

To Reproduce

  1. Create a math block
  2. Type a line of text
  3. Type \\
  4. Type another line of text
  5. See the output

Expected behavior It should apply a line break. It still does that when you type it inside \begin{cases} \end{cases} or \begin{align} \end{align} output

Screenshots / Screencasts Normal mode: In normal mode With \begin{cases} With cases With \begin{align} With align

Sample Markdown File Example.md

Desktop (please complete the following information):

Typora Version 0.11.0

Additional context In 0.10.11 \\ was working fine.

abnerlee commented 3 years ago

4523