You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NOTE: This issue is due to a pandoc change, and also impacts the RStudio IDE (rstudio/rstudio#15253). I am working on a fix for both the IDE and the VSCode extension.
Save the file, then Edit in Visual Mode. The latex block looks ok, but the tex block has lost its specialness.
Now switch back to source (non-visual) mode.
Describe the problem in detail
In Visual Mode, the tex block is removed leaving just the contents. The latex block looks ok in Visual Mode initially, but the underlying document has changed to:
---title: "Raw tex Block Issue"---
\LaTeX
\LaTeX
Describe the behavior you expected
Preserve the latex raw block as we did before the pandoc change.
Note that {=tex} being removed was already present before the pandoc change, so not covered by this issue.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
NOTE: This issue is due to a pandoc change, and also impacts the RStudio IDE (rstudio/rstudio#15253). I am working on a fix for both the IDE and the VSCode extension.
See also #552, already fixed.
Steps to reproduce the problem
Save the file, then Edit in Visual Mode. The latex block looks ok, but the tex block has lost its specialness.
Now switch back to source (non-visual) mode.
Describe the problem in detail
In Visual Mode, the
tex
block is removed leaving just the contents. Thelatex
block looks ok in Visual Mode initially, but the underlying document has changed to:Describe the behavior you expected
Preserve the
latex
raw block as we did before the pandoc change.Note that
{=tex}
being removed was already present before the pandoc change, so not covered by this issue.The text was updated successfully, but these errors were encountered: