Skip to content

Instantly share code, notes, and snippets.

@robotarmy
Created July 25, 2012 19:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save robotarmy/3177916 to your computer and use it in GitHub Desktop.
Save robotarmy/3177916 to your computer and use it in GitHub Desktop.
Special Symbols
\_ % is a _
\$ % is a $
\# % is a #
\% % is a %
\^ % is a ^
\& % is a &
\{ % is a {
\} % is a }
\~ % is a ~
\textbackslash % is a \ --- not \\ ( \\ is a line break)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment