Skip to content
This repository has been archived by the owner on Oct 8, 2022. It is now read-only.

Commit

Permalink
fix: remove local SVG in README
Browse files Browse the repository at this point in the history
  • Loading branch information
spencerwooo committed Aug 2, 2020
1 parent cabd5d4 commit a4dfdc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

</div>

This is a VS Code extension to help you convert a standard LaTeX math equation like `$E=mc^2$` to an image like <img src="https://render.githubusercontent.com/render/math?math=E%3Dmc%5E2"> (remote) or <img style="transform: translateY(0.25em);" src="examples/svg/FPTqIMHqAZ.svg"/> (local) that can be embedded inside Markdown files or websites that doesn't support rendering LaTeX yet. ~~(That's you GitHub!)~~
This is a VS Code extension to help you convert a standard LaTeX math equation like `$E=mc^2$` to an image like <img src="https://render.githubusercontent.com/render/math?math=E%3Dmc%5E2"> (remote) or a local SVG which can be embedded inside Markdown files or websites that doesn't support rendering LaTeX yet. ~~(That's you GitHub!)~~

<h2>Table of Contents</h2>

Expand Down Expand Up @@ -74,7 +74,7 @@ To a local SVG like: `svg/e40qQ5G9jw.svg`, which will be saved to a dedicate fol
<div align="center"><img src="svg/e40qQ5G9jw.svg"/></div>
```

<div align="center"><img src="examples/svg/e40qQ5G9jw.svg"/></div>
> 🌸 NOTE: There used to be a demo SVG here, but Visual Studio Marketplace won't allow us to add local SVGs inside their README.
If you are reading this on GitHub, you can see that both of these methods work when we need to add math equations to READMEs or other Markdown files on GitHub.

Expand Down

0 comments on commit a4dfdc1

Please sign in to comment.