mdmath icon indicating copy to clipboard operation
mdmath copied to clipboard

LaTeX Math for Markdown inside of Visual Studio Code.

Results 22 mdmath issues
Sort by recently updated
recently updated
newest added

The textmate scopes are "markup.inline.raw" and "inline-dollars". At the same time, I used HyperSnips extension to insert snippets according to the "math" environment. Therefore, I add "math" to the "contentName"...

### Actual behavior ![image](https://user-images.githubusercontent.com/101406722/158828201-8c82b936-5b77-40df-853e-99b993c9c4dc.png) ### Code example ``` Let $T_{i, j}$ represent the entry in row $i$ and column $j$. ``` ### Environment ```text Operating system: macOS 12.3 VSCode version:...

### Summary The Readme tells us that mdmath uses "[markdown-it-texmath's](https://github.com/goessner/markdown-it-texmath) support of different formula delimiters". In the list of Mdmath: Delimiters configuration settings, `doxygen` is conspicuously absent although it's listed...

when I use command: `$\sqrt{2x+\sin(x)}$` (without `# Heading`) then OK on markdown with vscode, But `$\sqrt{2x+\sin(x)}$` and `# Heading` in NOT, I see error. I attach 2 files (edit .md...

### Summary When the extension is enable, all my Markdown preview is impacted. For example, tables are centered, text is justified... ### Expected behavior I was expecting mdmath would only...

### Summary Macros such as `$\newcommand{\ra}{\rightarrow}$` are not persisting between math blocks. ### Steps to reproduce 1. Install the latest version of VSCode (1.58). 2. Disable VSCode's built-in markdown math...

### Summary I have a very basic question: how can we auto-number and quote math formulas through this extension? I find katex is supported to auto-number math formulas, but mdmath...

### Summary When the `delimiters` setting is set to `kramdown`, an inline formula would be incorrectly treated as a display formula if it appears at the beginning of an HTML...

### Summary Using `\nonumber` in an align environment is not recognised. KaTeX says it is recognised since `0.15`. Version bump to `0.15` in `package.json` fixes the issue. ### Expected behavior...

This line in `css/texmath.css` .katex { font-size: 1em !important; } causes the math to be rendered too small compared to how it would be rendered normally using KaTeX/HTML, MathJax/HTML, or...