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

Error in both the Chinese and English homepages regarding Superscript and Subscript #1003

Open
victormsf opened this issue Mar 14, 2024 · 0 comments

Comments

@victormsf
Copy link

victormsf commented Mar 14, 2024

Hi!

In both the Chinese and English homepages (http://editor.md.ipandao.com/index.html and http://editor.md.ipandao.com/en.html), the examples for Superscript and Subscript are incorrect because, while mentioning Superscript, the example shows a Subscript 2: 2 instead of a Superscript 2: 2, and vice versa, as shown below:

  • 上标:X<sub>2</sub>,下标:O<sup>2</sup> -> 上标:X2,下标:O2
  • Superscript: X<sub>2</sub>,Subscript: O<sup>2</sup> -> Superscript: X2,Subscript: O2

Both should be corrected as shown below so that the result on the right side will be correct in both cases:

  • 上标:X<sup>2</sup>,下标:O<sub>2</sub> -> 上标:X2,下标:O2
  • Superscript: X<sup>2</sup>,Subscript: O<sub>2</sub> -> Superscript: X2,Subscript: O2

Regards,
Victor

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

No branches or pull requests

1 participant