A JavaScript tool to convert mathml string to LaTeX equation string.
Go to file
Alexandre Nunes 300e4594cf chore: add npmignore file 2020-10-03 14:05:59 -03:00
.vscode config files setup 2020-09-12 17:11:18 -03:00
__tests__ refactor: rename test file to kebab-case 2020-10-03 13:25:39 -03:00
src feat: add missing attribute erro handler 2020-10-03 13:09:07 -03:00
.eslintignore chore: add no src folders to .eslintignore file 2020-10-03 13:32:11 -03:00
.eslintrc.js chore: add and fix prettier 2020-09-27 02:23:15 -03:00
.gitignore chore: add dist folder to .gitignore file 2020-10-03 13:32:37 -03:00
.huskyrc.json chore: add husky as dev dependency 2020-09-26 16:48:40 -03:00
.lintstagedrc.json chore: add tests to lint-staged 2020-09-26 16:53:48 -03:00
.npmignore chore: add npmignore file 2020-10-03 14:05:59 -03:00
.prettierrc.js chore: add and fix prettier 2020-09-27 02:23:15 -03:00
.tool-versions chore: add default nodejs version using tool-versions 2020-09-17 10:47:40 -03:00
LICENSE.md Create LICENSE.md 2020-09-26 16:37:11 -03:00
README.md config files setup 2020-09-12 17:11:18 -03:00
jest.config.js refactor: rename __test__ folder to __tests__ and fix testMatch 2020-10-03 13:24:56 -03:00
package-lock.json chore: config webpack 2020-10-03 14:04:36 -03:00
package.json chore: remove webpack 2020-10-03 14:05:48 -03:00
tsconfig.json chore: add esModuleInterop flag to tsconfig file 2020-09-27 02:34:59 -03:00

README.md

mathml-to-latex