Skip to content

Instantly share code, notes, and snippets.

@ahmedazizkhelifi
Created April 3, 2020 20:51
Show Gist options
  • Save ahmedazizkhelifi/8bc71d28b957af66396dc263cc1e6b22 to your computer and use it in GitHub Desktop.
Save ahmedazizkhelifi/8bc71d28b957af66396dc263cc1e6b22 to your computer and use it in GitHub Desktop.
To insert a mathematical formula we use the dollar symbol $, as follows:
Euler's identity: $ e^{i \pi} + 1 = 0 $
To isolate and center the formulas and enter in math display mode, we use 2 dollars symbol:
$$
...
$$
Euler's identity: $$ e^{i \pi} + 1 = 0 $$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment