-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Revise building readme #5704
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
Revise building readme #5704
Conversation
README.md
Outdated
|
||
```html | ||
<script> | ||
window.PlotlyConfig = {MathJaxConfig: 'local'} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PlotlyConfig
is no longer a thing in v2, so can't we remove all of this? Also does the script tag order even matter anymore? I bet it works now before or after, though I haven't tested this myself.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good call. Revisited in 5c6f724.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💃
Co-authored-by: Alex Johnson <johnson.alex.c@gmail.com>
Closes #5701 by addressing part 2 of the issue.
@plotly/plotly_js