We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 very first equation in the documentation is broken. Here is the screenshot:
I verify the issue occurs on multiple browsers (Safari and Chrome on macOS; Safari on iOS).
Not sure why this is happening, though. The LaTeX expression is at Line 13 of docs/src/index.md:
docs/src/index.md
$$f(x) \approx \sum_{k=1}^n c_k \psi_k(x)$$
but a similar equation at Line 23 of docs/src/usage/spaces.md does not break:
docs/src/usage/spaces.md
$$f(x) = \sum_{k=0}^\infty f_k T_k(x)$$
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
The very first equation in the documentation is broken. Here is the screenshot:
![Screen Shot 2022-01-16 at 11 25 55](https://user-images.githubusercontent.com/1783289/149669202-366f6f68-888b-40bd-82b9-f5b74c2f9ca1.png)
I verify the issue occurs on multiple browsers (Safari and Chrome on macOS; Safari on iOS).
Not sure why this is happening, though. The LaTeX expression is at Line 13 of
docs/src/index.md
:but a similar equation at Line 23 of
docs/src/usage/spaces.md
does not break:The text was updated successfully, but these errors were encountered: