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

Hi! Could you please add ability for rendering math using HTML and CSS to lay out the mathematics. You can see this link of docs https://docs.mathjax.org/en/latest/options/output/chtml.html#chtml-options to understand more correctly...

I got an error: `Undefined control sequence \bra`, Here's my formula code: ``` \[\bra{E,\alpha}W_{q}\ket{E,\beta} =\bra{E,\alpha}U_{g_{1}}^{\dagger}W_{q}U_{g_{1}}\ket{E,\beta}=e^{i( \beta-\alpha)}\bra{E,\alpha}W_{q}\ket{E,\beta},\] \[\Rightarrow\quad\bra{E,\alpha}W_{q}\ket{E,\beta} =0. \tag{3.8}\] ``` When I use MathJax, it renders normally: ![image](https://github.com/Mathpix/mathpix-markdown-it/assets/25948904/733fe47d-76fa-4c16-b4ea-8e8a5366139c) I added...

Bumps [postcss](https://github.com/postcss/postcss) from 7.0.39 to 8.4.31. Release notes Sourced from postcss's releases. 8.4.31 Fixed \r parsing to fix CVE-2023-44270. 8.4.30 Improved source map performance (by @​romainmenke). 8.4.29 Fixed Node#source.offset (by...

dependencies

Bumps [get-func-name](https://github.com/chaijs/get-func-name) from 2.0.0 to 2.0.2. Release notes Sourced from get-func-name's releases. v2.0.2 What's Changed Revert previous changes that shipped this as an ES module. Full Changelog: https://github.com/chaijs/get-func-name/commits/v2.0.2 v2.0.1 What's...

dependencies

branch: dev/olga/Add-option-addSeparateTagIntoResultHtml - Added option addSeparateTagIntoResultHtml

branch: dev/olga/Fixed-spaces-for-operatorname-in-asciimath ### Why: - Improved conversion to asciimath for operatorname ### What's being changed: latex: `a \operatorname { \lambda mod } b` ascimath: `a lambda mod b` instead of...

Bumps [semver](https://github.com/npm/node-semver) from 6.3.0 to 6.3.1. Release notes Sourced from semver's releases. v6.3.1 6.3.1 (2023-07-10) Bug Fixes 928e56d #591 better handling of whitespace (#591) (@​lukekarrys, @​joaomoreno, @​nicolo-ribaudo) Changelog Sourced from...

dependencies

![Screenshot 2023-08-07 091852](https://github.com/Mathpix/mathpix-markdown-it/assets/73008809/5f5c6052-917f-4bcc-b3e8-771b5daf7017)

We already have the ability to generate a table of contents in the background with `[[toc]]` We can add the ability to support the `\tableofcontents` command https://www.overleaf.com/learn/latex/Table_of_contents ```tex \title{Sections and...

Hi, many thanks for your work! Could you please help me understand what should i do to render on new lines this syntax, because it renders in one row ```...