Skip to content

Instantly share code, notes, and snippets.

@ax3l
Last active December 12, 2020 23:04
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save ax3l/8473656 to your computer and use it in GitHub Desktop.
Save ax3l/8473656 to your computer and use it in GitHub Desktop.
Latex in GitHub Markdown
**URLEncode** Latex Formula -> [http://meyerweb.com/eric/tools/dencoder/]
Create Link:
```markdown
![My Formula](http://latex.codecogs.com/gif.latex?<URLEncodedLaTeX>)
or
![My Formula](https://chart.googleapis.com/chart?cht=tx&chl=<URLEncodedLaTeX>)
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment