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

fix: Fix LaTeX rendering in docs #124

Merged
merged 2 commits into from
Sep 25, 2024
Merged

fix: Fix LaTeX rendering in docs #124

merged 2 commits into from
Sep 25, 2024

Conversation

dexter2206
Copy link
Contributor

Description

Rendering LaTeX formulas in docs didn't work properly (as notice by @mstechly ). This PR fixes it.

Please verify that you have completed the following steps

  • I have self-reviewed my code.
  • N/A I have included test cases validating introduced feature/fix.
  • N/A I have updated documentation.

@cla-bot cla-bot bot added the cla-signed label Sep 25, 2024
@dexter2206 dexter2206 requested a review from mstechly September 25, 2024 21:07
@@ -77,7 +77,9 @@ markdown_extensions:
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences

extra_javascript:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If there's a specific issue or SO question that we could add here as a reference on why this is needed, it would be helpful for future us.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just followed the official docs, I added a comment with a link.

@dexter2206 dexter2206 merged commit 1976ae9 into main Sep 25, 2024
7 checks passed
@dexter2206 dexter2206 deleted the hotfix-latex-rendering branch September 25, 2024 21:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

2 participants