mirror of
https://github.com/BoostIO/BoostNote-App.git
synced 2026-04-26 21:05:55 +03:00
[GH-ISSUE #675] Superscript and subscript support #353
Labels
No labels
android 🤖
assigned to core 🦹
bug 🐛
documentation 📚
documentation 📚
duplicate 🚫
external issue 🔼
external issue 🔼
feature request 🌟
funded on issuehunt 💵
help wanted 🆘
improvement request 🔨
improvement request 🔨
ios 🍎
mobile 📱
needs investigation 🔬
needs more info ℹ️
needs specs 📐
plugin idea 🔌
plugin idea 🔌
poll 🗳️
pull-request
question ❓
rewarded on issuehunt 🎁
security issue 🔑
won’t fix ❌
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/BoostNote-App#353
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jitendra-vadlamani on GitHub (Nov 8, 2020).
Original GitHub issue: https://github.com/BoostIO/BoostNote-App/issues/675
Current behavior
Superscript and subscript is not working
Expected behavior
RefLink: https://awesomeopensource.com/project/TobseF/boostnote-markdown-cheatsheet
Environment
Desktop
Boost Note.next version:

OS version and name:

@jitendra-vadlamani commented on GitHub (Nov 8, 2020):
Thank you for such a quick response.
Is there any possible way to do it inline?
Example: the Equation is a^2
Regards,
JITENDRA AVINASH
On Sun, Nov 8, 2020 at 5:37 PM Komediruzecki notifications@github.com
wrote:
@Flexo013 commented on GitHub (Nov 8, 2020):
Super- and subscript are not supported yet in BoostNote.next. (The cheatsheet you linked is for features as in Boostnote Legacy).
@Rokt33r commented on GitHub (Aug 23, 2021):
Please use

<sup>and<sub>. We'd like to avoid adopting custom markdown syntax.Also, you can try our math blocks. I think they should be better for your use case.