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
Open a markdown document in the IDE's built-in markdown editor, insert a standalone latex markup block, like
$$ s_i = P(V | z_i) = f_s(z_i; \theta^{s}) $$
Go to the Markdown Editor tab, notice the math formula is rendered.
Go back to the IDE's editor tab, notice that a newline has been inserted at the closing $$:
$$
This will cause tools like pandoc to error when seeing the block:
Error producing PDF. ! Missing $ inserted. <inserted text> $ l.439 ...P(V\textbar z\_i) = f\_\{s\}(z\_i; \theta
Removing the extra newline, the rendering works again.
Screenshot before:
Screenshot after:
The text was updated successfully, but these errors were encountered:
df94182
No branches or pull requests
Open a markdown document in the IDE's built-in markdown editor, insert a standalone latex markup block, like
Go to the Markdown Editor tab, notice the math formula is rendered.
Go back to the IDE's editor tab, notice that a newline has been inserted at the closing
$$
:This will cause tools like pandoc to error when seeing the block:
Removing the extra newline, the rendering works again.
Screenshot before:
![Screen Shot 2022-12-22 at 12 16 59 PM](https://user-images.githubusercontent.com/26907141/209220029-07795a0d-5de1-4165-9954-c4625f262d90.png)
Screenshot after:
![Screen Shot 2022-12-22 at 12 17 36 PM](https://user-images.githubusercontent.com/26907141/209220045-4cf8658e-c832-4c35-a942-a9b3e5bcfa28.png)
The text was updated successfully, but these errors were encountered: