From a4dfdc1aa0dda211740428f9607d3a56a0738c58 Mon Sep 17 00:00:00 2001 From: spencerwooo Date: Sun, 2 Aug 2020 15:27:00 +0800 Subject: [PATCH] fix: remove local SVG in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 39432bc..1bd863a 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ -This is a VS Code extension to help you convert a standard LaTeX math equation like `$E=mc^2$` to an image like (remote) or (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 (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!)~~

Table of Contents

@@ -74,7 +74,7 @@ To a local SVG like: `svg/e40qQ5G9jw.svg`, which will be saved to a dedicate fol
``` -
+> 🌸 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.