-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Closed
Labels
🐿️ markdown/extensionThis issue will extend the markdown specification (unofficial)This issue will extend the markdown specification (unofficial)🦄 feature requestNew feature or requestNew feature or request
Description
No support for subscripts and superscripts
In other Markdowns you can write an expression like a2 x^2^ to express simple algebra.
Steps to reproduce
- Write the text a
2x^2^ - Click elsewhere to allow the text to render
- Nothing special happens and we don't get a nice algebra formula
Expected behavior: We should see subscripts and superscripts
Actual behavior: The literal text is rendered instead.
The workaround is to use LaTeX instead
Versions
- Mark Text: v 0.10.21
- OS: MacOS 10.11.6 El Capitan
Metadata
Metadata
Assignees
Labels
🐿️ markdown/extensionThis issue will extend the markdown specification (unofficial)This issue will extend the markdown specification (unofficial)🦄 feature requestNew feature or requestNew feature or request