We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
$$ \begin{cases} 2x_1^2 + x_2^{2} \leq 10 \\ x_1 + 3x_2 \leq 15 \\ x_1, x_2 \geq 0 \end{cases} $$
Equation correctly displayed in preview and in presentation
Equation displayed correctly in note preview:
but not in presentation:
Note the lack of exponent in (2x_1^2) in first equation
This code displayed correctly in presentation:
$$ \begin{cases} 2x_1^{2} + x_2^{2} \leq 10 \\\\ x_1 + 3x_2 \leq 15 \\\\ x_1, x_2 \geq 0 \end{cases} $$
Exponents in curly braces and backslashes are doubled. But this is not displaying right in note preview:
Create note with provided input data. Click "Show slide preview"
1.7.4
2.1.3
Not treat backslashes in equations as escaping and probably other special characters (e.g. ^)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Input data (markdown source)
Expected Behavior
Equation correctly displayed in preview and in presentation
Current behaviour
Equation displayed correctly in note preview:
but not in presentation:
Note the lack of exponent in (2x_1^2) in first equation
This code displayed correctly in presentation:
Exponents in curly braces and backslashes are doubled.
But this is not displaying right in note preview:
Steps to reproduce
Create note with provided input data.
Click "Show slide preview"
Which Operating Systems are you using?
Obsidian Version
1.7.4
Slides Extended Plugin Version
2.1.3
Checks
Possible solution
Not treat backslashes in equations as escaping and probably other special characters (e.g. ^)
The text was updated successfully, but these errors were encountered: