Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Asciimath for Markdown PreviewNew to Visual Studio Code? Get it now.

Asciimath for Markdown Preview

zmx0142857

|
132 installs
| (0) | Free
Asciimath extension for VSCode's built-in markdown preview
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Asciimath for Markdown Preview

Features

Add asciimath support for VSCode's built-in markdown preview.

  • tutorial & reference: https://zmx0142857.github.io/note/#math
  • original homepage: http://asciimath.org/

Usage

example.md

- inline formula: ``a/b``
- block formula:
  ```am
  [
    1,0,0;
    0,1,0;
    0,0,1;
  ]
  ```
- use $\LaTeX$:
  $$\frac a b$$

feature 01

Visit this tutorial to explore more about asciimath.

Settings

  • markdown-asciimath.blockLabel: Label name for block formula
  • markdown-asciimath.inlineDelimLeft: Left Delimiter for inline formula (Not supported yet)
  • markdown-asciimath.inlineDelimRight: Right Delimiter for inline formula (Not supported yet)
  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2023 Microsoft