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.

@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