Skip to content

andvra/tipsntricks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 

Repository files navigation

Tips n' tricks

Adding Latex to README markdown

Based on this blog post

  1. Design your Latex formula here: https://www.codecogs.com/latex/eqneditor.php
  2. Encode the resulting formula as an URL: https://www.url-encode-decode.com/
  3. Add the encoded URL after the question mark in this URL: http://latex.codecogs.com/svg.latex?
  4. Add the resulting SVG as an image in the README. ![img](http://latex.codecogs.com/svg.latex?<FORMULA_GOES_HERE>)

Example: ![img](http://latex.codecogs.com/svg.latex?%5Cfrac%7B%5Csigma%7D%7B%5Cmu%7D) renders img

About

Compilation of tips

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published