Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to add subscript(or superscript) in notion block?

Tags:

subscript

i am new in using notion as a notebook.Before this,i use oneNote instead,because i found that notion is more convinient in same ways.But one thing making me annoyed is that i can't add subscript(or superscript) in notion text block。Are there any fellows can handle this? as shown: text with subscript i need

when i edit in notion block i get like this

like image 911
sayno Avatar asked Mar 21 '19 02:03

sayno


3 Answers

For subscript:

/math

Then C_1 renders C1

For superscript:

/math

Then C^2 renders C2

like image 199
theredcap Avatar answered Oct 18 '22 22:10

theredcap


In the latest version as of writing, you could use:

  1. $$c^2$$ - for superscript
  2. $$c_2$$ - for subscript

If you write any mathematical equation between $$ $$, it will render beautifully on notion.

like image 37
Vibhanshu Shandil Avatar answered Oct 18 '22 22:10

Vibhanshu Shandil


For more than 1 character superscript

/math
P^{xyz}

Result: Pxyz

For more than 1 character subscript

/math
P_{xyz}

Result: Pxyz

In fact, this works for 1 or many characters as subscript or superscript.

like image 2
1000111 Avatar answered Oct 18 '22 22:10

1000111