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 formatting issue in mathematical expression #4384

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

lipperhey
Copy link

Description:
In the last section of the documentation, there was a formatting issue with the mathematical expression involving subscript notation. Specifically, the expression:

(e.g. (0.2)\ :sub:`10` = (0.001100110011...)\ :sub:`2`, which needs to be truncated)

contained an unnecessary backslash before :sub:, which caused the subscripts to display incorrectly. This was fixed by properly formatting the subscripts as follows:

(e.g. (0.2)₁₀ = (0.001100110011...)₂, which needs to be truncated)

This correction is important because it ensures that the mathematical expression is displayed correctly and consistently across all rendering platforms, improving readability and clarity, especially for users who rely on accurate mathematical notation.

Cute Animal Picture

Its me

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

Successfully merging this pull request may close these issues.

1 participant