Omg! I will try it. I will update for you about my project. Thank you so much.
I don't know HTML, I don't used to them. But I will copy Superscript and subscript numbers ¹ ³ ⁺ ₄ ₇ ₌ - Unicode Character Table. I see it is well
Wait here then, I'll teach you some basics which you'll need, if you wish actually.
So do you want to learn some important things ?
Yes! I want learn code to write chemical formula like that:
and like that
and that
Thank you so much!
-
For superscript, write,
<sup>Text</sup>
- [edited from super]
Replace the text with anything you want. -
For subscript, write,
<sub>Text</sub>
Replace the text with anything you want. -
For emphasizing, write,
<em>Text</em>
Replace the text with anything you want. -
For line breaks within text in MIT AI2, write
<br>
or\n
. Note : use a\
(backslash) and not a/
(slash).
Incorrect,
you write <sup>text</sup>
for line breaks when HTMLFormat is set, only use <br>
, \n
will not work, and show up as text.
For this
I should use what code?
typo for super sorry
Wait testing things here.
39
19K
Will this work ?
Or this,
3919K
It look well!!! how do you do that?
For
39
19K,
<br><sub>39</sub><br><sub>19</sub>K
I actually told
For MIT AI2
I didn't actually mean HTML there.
Sorry my bad for the confusions
@dora_paz But I already tried to remove allmost all assets, but compiling failed.
The problem is not (only) the number of assets, but the number of blocks. There are more than 11000 blocks on only 2 screens. These can easily be reduced.
₃₉
₁₉ K
₃₉<br>₁₉ <sup><big>K</big></sup>
Noice..... forgot about unicodes LOL.
My brain is going to hell in this young age.
I can do it. I replace picture with text and delete over 2000 block.
Thank for every one. Thank you so much
(added to FAQ)