Skip to content
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

The option mdmath.style does not apply in VS Code Markdown Preview, while documentation says it should #135

Open
aterenin opened this issue Nov 20, 2024 · 0 comments

Comments

@aterenin
Copy link

Summary

The readme claims:

Can I use custom CSS styles for the preview window ?

* Yes. Set mdmath.style in user settings to the location of your custom CSS file. Its path must be relative to this extension root.

But this doesn't happen. I set this option to /Users/Example/TeX/math.css and file:///Users/Example/TeX/math.css but this CSS style is not loaded.

This might be a documentation rather than extension bug: part of the readme claims this file is used for HTML output, while another part claims it is used for VS Code Markdown Preview. I am not sure if it is intended to be used for both or just the former.

Expected behavior

CSS file is applied in VS Code Markdown Preview.

Actual behavior

CSS file does not apply to VS Code Markdown Preview.

Steps to reproduce

Set mdmath.style as above.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant