Skip to content

Instantly share code, notes, and snippets.

@pouyaardehkhani
Created July 21, 2022 08:47
Show Gist options
  • Save pouyaardehkhani/4919ef1c311273ffed58abc60f67f587 to your computer and use it in GitHub Desktop.
Save pouyaardehkhani/4919ef1c311273ffed58abc60f67f587 to your computer and use it in GitHub Desktop.
How to add LaTeX complicated math formulas to README.md

How to add LaTeX complicated math formulas to README.md

First write your math formula in LaTeX form. then go to this link https://editor.codecogs.com/ and paste your LaTeX code in it.(or you can create your formula there.)

It will generate a render link like this: c

Now go to your README.md file and copy this:

<img src="render link form that site">

Example:

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