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

Asciimath for Markdown Preview

zmx0142857

|
692 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://asciimath.widcard.win
  • tutorial for old version (<= 0.0.3): https://zmx0142857.github.io/note/#math
  • original asciimath 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

Try this live demo to explore more about asciimath.

Settings

  • markdown-asciimath.blockLabel: Label name for block formula (default: ["asciimath", "am"])
  • markdown-asciimath.inlineDelimLeft: Left Delimiter for inline formula (default: ``)
  • markdown-asciimath.inlineDelimRight: Right Delimiter for inline formula (default: ``)

Special Thanks

Thanks to @widcardw's help and his well-crafted markdown-it plugin.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft