Skip to content

Amereyeu/Markdown-math-snippets

Repository files navigation

Markdown Math Snippets logo

Markdown Math Snippets

GitHub license Open VSX Version Open VSX Downloads GitHub issues Buy me a coffee

Snippets

Accents

accents

Arrows

arrows

Dots

dots

Functions

functions

Greek Alphabet

alphabet

Miscellaneous

miscellaneous

Negations

negations

Operators

operators

Relations

relations

Usage

VS Codium doesn't allow inserting snippets inside snippets. So first create your equation and then wrap it with $ for inline math or $$ for block.

Snippets are only active in Markdown files. If they do not show up edit your settings.json file and add following code:

  "[markdown]": {
    "editor.quickSuggestions": {
      "other": true,
      "comments": false,
      "strings": false
    }
  }

About

Markdown math snippets for VS Codium

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published