mathpix-markdown-it icon indicating copy to clipboard operation
mathpix-markdown-it copied to clipboard

Markdown rendering + Latex extras (equations, tables, ...), with conversion features, for the scientific community

Results 72 mathpix-markdown-it issues
Sort by recently updated
recently updated
newest added

1. Rendering problem. Cation is displayed but anion is not. The molecule is net neutral, so if you're going to show the cation you have to show the anion, or...

The ability to display alternating double and single lines for aromatic rings was added in mmd version 1.0.32 for this issue https://github.com/Mathpix/mathpix-markdown-it/issues/103 Need to add users the ability to choose...

For now, let's not worry about all \diagbox parameters, but only implement the default functionality, which by default creates a backslash within a cell. For example: ``` \begin{tabular}{|l|ccc|} \hline \diagbox{Time}{Day}...

branch: dev/olga/9295-Incorrect-rendering-for-textit-v1 Fixed issues: - [[mmd] Incorrect rendering for `[\textit{}` #9295](https://github.com/Mathpix/monorepo/issues/9295) - [[snip web] Copy dialog won't go away #9300](https://github.com/Mathpix/monorepo/issues/9300) - [Brace matching error in caption #317](https://github.com/Mathpix/mathpix-markdown-it/issues/317) ## 1. Incorrect...

the math code is in $ but with whitespace is not render below is ok ``` hello math $ax^2+bx+c=0$ ``` below is bad ``` hello math $ ax^2+bx+c=0 $ ```...

Problem Description: I'm trying to render LaTex formulas using mathpix-markdown-it. However, I'm facing an issue where I want to render multiple mjx-container tags within a single tag to enable line...

branch: dev/olga/9295-Incorrect-rendering-for-textit Fixed issues: - [[mmd] Incorrect rendering for `[\textit{}` #9295](https://github.com/Mathpix/monorepo/issues/9295) - [[snip web] Copy dialog won't go away #9300](https://github.com/Mathpix/monorepo/issues/9300) - [[mmd][asciimath] Do not include certain characters in asciimath output...

Hello. I created vite project `npm create vite@latest` (react + typescript) (node 18.15.0) then i installed `"mathpix-markdown-it": "1.2.13"` then i used it in my project ``` import { MathpixMarkdownModel as...

### How to reproduce ```typescript import { MathpixMarkdownModel as MM } from "mathpix-markdown-it"; const content = ` text1text1text1... text1text1text1... text1text1text1... \\footnotetext{ * Corresponding author: blablabla... E-mail address: blablabla... } text2text2text2......

Braces seems to match greedily in captions. Reproducible example: ``` \begin{table} \caption{test \textbf{bold} test} \end{table} ``` shows up as ``` test} Table 1: test \textbf{bold ```