-
-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
KaTeX does not render on GitHub #5482
Comments
GitHub's implementation of Mermaid sequenceDiagram
participant dotcom
participant iframe
participant viewscreen
dotcom->>iframe: loads html w/ iframe url
iframe->>viewscreen: request template
viewscreen->>iframe: html & javascript
iframe->>dotcom: iframe ready
dotcom->>iframe: set mermaid data on iframe
iframe->>iframe: render mermaid
I'll keep investigating but currently it seems that the issue arises in the viewscreen component. If that's the case, it will be very difficult to isolate the issue on our end. |
@knsv Since this is unfortunately still an issue, do you happen to know anyone at GitHub who can be contacted to get a better idea of what's going on behind the scenes? Without knowing more about the viewscreen environment I don't think this is something we can fix on our side. |
Description
As per the comment posted on the KaTeX integration PR, math does not render at all despite GitHub upgrading to v10.9.0.
Steps to reproduce
Input:
Output:
Expected:
Screenshots
No response
Code Sample
No response
Setup
Suggested Solutions
No response
Additional Context
Discussion on KaTeX integration PR
The text was updated successfully, but these errors were encountered: