-
-
Notifications
You must be signed in to change notification settings - Fork 76
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
Math blocks don't scale #38
Comments
As same as #8, it would be caused by a rendering bug in the old Chromium version in VS Code (Electron 3.x / Chrome 66). It displays correctly on VS Code for exploration (based on Electron 4.x / Chrome 69: microsoft/vscode#61787). Waiting to update of VS Code is the only thing that we can do, but unfortunelly an update to Electron 4 is still blocked (microsoft/vscode#61787 (comment)). For a while, use Marp CLI's preview mode as a workaround.
|
Now VS Code 1.36-insider is using Electron 4. It would resolve scaling issue. (But there is another issue: #45) |
Now VS Code v1.36 reaches to stable. |
For the current version, equations are not scaled anymore to fit the size of the slide. Probably this issue is related to marp-core functionality, but for me, this appears within vs-code.
In the documentation of marp-core, it's written that the auto-scaling does not work with the uncover-theme. I am using
theme: default
.It does not matter whether any
[bg right]
image is included on the slide or not.Thanks!
The text was updated successfully, but these errors were encountered: