Skip to content

Instantly share code, notes, and snippets.

@wildmichael
Created March 1, 2013 11:24
Show Gist options
  • Save wildmichael/5064046 to your computer and use it in GitHub Desktop.
Save wildmichael/5064046 to your computer and use it in GitHub Desktop.
superscript test

This is some superscript text.

@feignbird
Copy link

feignbird commented Aug 11, 2023

base <sup></sup>
base <sub></sub>

@Roma37
Copy link

Roma37 commented Dec 25, 2023

N2

@Andyson007
Copy link

x = (−b ± √(b2 − 4ac))/(2a)

@cdiazmun
Copy link

cdiazmun commented Jan 9, 2024

I'm trying something

@mghaderizefreh
Copy link

There is a lot of literature 1
References:
[1] Super important paper

@seanzhou1023
Copy link

POSi+2[:2] = 'NN'
how to

@Shuffleeeee
Copy link

35Cl

@sbezner1
Copy link

MCG1

@SSHshadow222
Copy link

SSHshadow222 commented May 26, 2024

Here are some math formulas written using the <sup></sup> tag:

  • (a + b)2 = a2 + 2ab + b2
  • (a - b)2 = a2 - 2ab + b2
  • (a + b)(a - b) = a2 - b2
  • (a + b + c)2 = a2 + b2 + c2 + 2ab + 2bc + 2ac
  • a3 + b3 = (a + b)(a2 - ab + b2)
  • a3 - b3 = (a - b)(a2 + ab + b2)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment