Skip to content
This repository has been archived by the owner on Apr 6, 2018. It is now read-only.

VSCode Extension to convert Markdown files' LaTeX expressions into SVG images on-the-fly

Notifications You must be signed in to change notification settings

agurod42/markdown-latex-renderer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Markdown LaTeX Renderer

Markdown LaTeX Renderer is a VSCode Extension to convert Markdown files' LaTeX expressions into SVG images on-the-fly.

Settings

Create a markdownLaTeXRenderer.json file in your .vscode folder as follows:

{
    "imagesFolderName": "images",
    "imagesUrlPreffix": "https://rawgit.com/agurz/Markdown-LaTeX-Renderer/master/example/"
}
  • imagesFolderName: Name of the folder where SVG images will be stored. This folder is relative to .md document
  • imagesUrlPreffix: String to prepend to SVG image's path (The image path is relative to .md document)

Example

Refer to example folder

About

VSCode Extension to convert Markdown files' LaTeX expressions into SVG images on-the-fly

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published