mathpix-markdown-it
                                
                                 mathpix-markdown-it copied to clipboard
                                
                                    mathpix-markdown-it copied to clipboard
                            
                            
                            
                        Markdown rendering + Latex extras (equations, tables, ...), with conversion features, for the scientific community
This has not been implemented yet: https://ru.overleaf.com/learn/latex/Cross_referencing_sections%2C_equations_and_floats > The label is set after the \section statement, i.e. the \label command should be added after the counter number for the section...
We should be able to get a list of all labels. The function should be return a list in the format: ```js [{ label: string, number: string, type: string }]...
Hi! Thanks for your good project. I'd like to add underline on some text via "" tag like this `some text` Does it possible with any way?
branch: dev/olga/mathjax-3-2-2 Updated [email protected] Fixes: - [[mmd] [email protected] the location of n-th root numbers is weird #10155](https://github.com/Mathpix/monorepo/issues/10155) - [[mmd] Update MathJax to v 3.2 #8385](https://github.com/Mathpix/monorepo/issues/8385)
converted class component to functional component using React hooks also removed redundant spread of props in markdownItOptions
branch: dev/olga/add-dir-auto - Added `textDirection` option to add the **dir** global attribute is an enumerated attribute that indicates the directionality of the element's text. By default, this is not set,...
Hello, it may seem strange, but this fails: ```html document.addEventListener("DOMContentLoaded", function() { // Uncommenting this makes the loading succeed. It must be a div, e.g. a table does not help....
branch: dev/olga/Disable-backticks-rule-when-isDisableFancy-is-set-true - Disable backticks rule when isDisableFancy is set true
branch: `dev/olga/add-matching-of-open-and-closed-tags-for-html-inline-and-html-block` ## Fixes: - Added matching of open and closed tags for html_inline and html_block [comment](https://github.com/Mathpix/monorepo/issues/11290#issuecomment-2338102580) - [mmd] Sections rendering broken when HTML tag is there [#11358](https://github.com/Mathpix/monorepo/issues/11358) - [mmd][mmd-converter]...
use-component example not working. followed these steps 1> git clone https://github.com/Mathpix/mathpix-markdown-it 2> cd mathpix-markdown-it/examples/react-app/use-components 3> npm install, npm start. Compiled with problems: × ERROR in ../../../lib/contex-menu/menu/menu-item-actions.js 9:11-39 Module not found:...