-
-
Notifications
You must be signed in to change notification settings - Fork 90
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
Embedded code has extra characters near dollar signs #244
Comments
Actually this happens for any code snippet in a slide. No need to embed to reproduce issue. |
In my testing, it looks like a single dollar sign per line is ok, backticks are added once the line has more than two dollars. |
This bug affects me too, that's why I investigated some more... The error is in this line:
The The circumference of a circle is $2\pi$. But this is of course not intended within code blocks. There used to be a (incorrect?) fix: 0e9af62, which the author promptly reverted: 6ef4847. |
Pull request for a fix #315 |
Describe the bug
I want to embed a code snippet from another file into a slide. It adds extra ticks `" near dollar signs $.
Samples to Reproduce
Try to embed this code snippet into a slide:
And it shows up exactly like this instead:
Expected behavior
The embedded code should appear exactly the same in the slide
The text was updated successfully, but these errors were encountered: