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

Improvement Request: Enhanced Rendering of Mathematical Symbols and Equations in GitHub Markdown #4

Open
mingzailao opened this issue Sep 4, 2023 · 0 comments

Comments

@mingzailao
Copy link

mingzailao commented Sep 4, 2023

"It's a commendable project that I've had the pleasure of encountering. I want to express my heartfelt appreciation for your contributions. However, I'd like to address a minor concern regarding the presentation of mathematical symbols and equations. I believe there is room for improvement in distinguishing between the two.

For instance, consider the following notation:

Given $a\in \mathbb{R}^2$ and $b\in \mathbb{R}^2$, we have:

$$a^2+ b^2 = 1$$

Given $a\in \mathbb{R}^2$ and $b\in \mathbb{R}^2$, we have:

$$a^2+ b^2 = 1$$

While in most Markdown editors, the rendering is aesthetically pleasing and easily comprehensible.

However, when using the LaTeX notation:

```latex
a\in \mathbb{R}^2
``` 
and 
```latex
b\in \mathbb{R}^2
```
, we obtain:

```latex
a^2+ b^2 = 1
```

It appears less visually appealing and may not be as intuitive.

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