Skip to content

Instantly share code, notes, and snippets.

@cgarbin
Created October 2, 2019 01:34
Show Gist options
  • Save cgarbin/77531650f65227f176ca0f60ae97fa6e to your computer and use it in GitHub Desktop.
Save cgarbin/77531650f65227f176ca0f60ae97fa6e to your computer and use it in GitHub Desktop.
Add LaTeX to markdown

Go to https://www.codecogs.com/latex/eqneditor.php

Edit the equation as needed

Go to the bottom of the page and choose "URL Encoded"

Add URL to markdown page as an external image:

![equation](https://latex.codecogs.com/svg.latex?dx_i%20%3D%20x_i%20-%20%5Cbar%7Bx%7D)

IMPORTANT: the format was changed from png.latex to svg.latex for better resolution

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment