Markdown math not working properly #19953
Replies: 9 comments 15 replies
-
|
The same here. I post an issue at a repo with some math notations here, but the notations look weird and not consist with the preview in my local VSCode. |
Beta Was this translation helpful? Give feedback.
-
|
You need to use without a code block with code blocks will be displayed as follows: |
Beta Was this translation helpful? Give feedback.
-
|
This appears to be fixed now: When |
Beta Was this translation helpful? Give feedback.
-
|
The ( |
Beta Was this translation helpful? Give feedback.
-
|
It seems now this doesn't work if you use markdown > Example
It worked before. Edit: It was fixed. |
Beta Was this translation helpful? Give feedback.
-
|
Try inline math |
Beta Was this translation helpful? Give feedback.
-
|
I can't get double-dollar-sign math blocks to work. The math code block method given above does work, though. Is double dollar sign broken for some reason just for me? See my README.md file displayed here: https://github.com/holderbp/lecture_notes/tree/main |
Beta Was this translation helpful? Give feedback.
-
|
Inline math seems not working with non-english text? For every integer 对任意整数$i$ |
Beta Was this translation helpful? Give feedback.
-
|
Having issues with tagged equations... |
Beta Was this translation helpful? Give feedback.


Uh oh!
There was an error while loading. Please reload this page.
-
The newly introduced math support for markdown is producing some unexpected results.
Even the example math code does not render correctly.
In my README the second line seems to work fine but the first line results in this
I’ve tried a couple of things. Single inline math seems to work just fine, but when there are multiple inline math expressions the stuff between the end of the first expression and the beginning of the second one get ignored.
Beta Was this translation helpful? Give feedback.
All reactions