{"id":16974540,"url":"https://github.com/disjukr/mml2tex","last_synced_at":"2026-05-16T13:34:54.230Z","repository":{"id":146206831,"uuid":"274091443","full_name":"disjukr/mml2tex","owner":"disjukr","description":"convert mathml to tex","archived":false,"fork":false,"pushed_at":"2023-07-14T04:41:34.000Z","size":85,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-02-27T04:35:41.772Z","etag":null,"topics":["convert","mathml","mml","npm","tex","typescript"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/mml2tex","language":"XSLT","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/disjukr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-06-22T09:12:25.000Z","updated_at":"2020-06-22T13:45:49.000Z","dependencies_parsed_at":"2024-11-28T05:02:17.562Z","dependency_job_id":null,"html_url":"https://github.com/disjukr/mml2tex","commit_stats":{"total_commits":3,"total_committers":1,"mean_commits":3.0,"dds":0.0,"last_synced_commit":"910709c483e7c848bd87da228d737789992195f5"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/disjukr/mml2tex","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/disjukr%2Fmml2tex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/disjukr%2Fmml2tex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/disjukr%2Fmml2tex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/disjukr%2Fmml2tex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/disjukr","download_url":"https://codeload.github.com/disjukr/mml2tex/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/disjukr%2Fmml2tex/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33104567,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-16T04:41:52.686Z","status":"ssl_error","status_checked_at":"2026-05-16T04:41:52.009Z","response_time":115,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["convert","mathml","mml","npm","tex","typescript"],"created_at":"2024-10-14T01:06:51.270Z","updated_at":"2026-05-16T13:34:54.189Z","avatar_url":"https://github.com/disjukr.png","language":"XSLT","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mml2tex\nconvert mathml to tex\n\nused the xsl code from: https://github.com/transpect/mml2tex\n\n## example\n```js\nimport mml2tex from 'mml2tex';\n\nconst mml = `\n    \u003cmath xmlns=\"http://www.w3.org/1998/Math/MathML\"\u003e\n        \u003cmsqrt\u003e\n            \u003cmn\u003e2\u003c/mn\u003e\n        \u003c/msqrt\u003e\n    \u003c/math\u003e\n`;\nconst tex = mml2tex(mml);\nconsole.log(tex); // \\sqrt{ 2 }\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdisjukr%2Fmml2tex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdisjukr%2Fmml2tex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdisjukr%2Fmml2tex/lists"}