Skip to content

Instantly share code, notes, and snippets.

@j127
Created June 29, 2015 02:22
Show Gist options
  • Save j127/7ed0120a0889a4e18c9d to your computer and use it in GitHub Desktop.
Save j127/7ed0120a0889a4e18c9d to your computer and use it in GitHub Desktop.
Difference between "inline" Mathjax and "block-level" Mathjax.
For equations on the same line, surround the equation with backslash-escaped parentheses like this: \( i^i \)
To put an equation on its own line, use backslash-escaped square brackets like this:
\[ i^i \]
or double dollar signs:
$$ i^i $$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment