{"id":21524832,"url":"https://github.com/kramdown/math-mathjaxnode","last_synced_at":"2025-08-21T18:04:08.962Z","repository":{"id":56880486,"uuid":"165376178","full_name":"kramdown/math-mathjaxnode","owner":"kramdown","description":"kramdown-math-mathjaxnode uses mathjax-node to convert math elements to MathML on the server side","archived":false,"fork":false,"pushed_at":"2019-01-27T22:06:53.000Z","size":8,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-24T19:49:55.894Z","etag":null,"topics":["kramdown","markdown","mathjax-node"],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kramdown.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-01-12T10:42:37.000Z","updated_at":"2025-01-11T03:19:37.000Z","dependencies_parsed_at":"2022-08-20T23:10:38.702Z","dependency_job_id":null,"html_url":"https://github.com/kramdown/math-mathjaxnode","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kramdown%2Fmath-mathjaxnode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kramdown%2Fmath-mathjaxnode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kramdown%2Fmath-mathjaxnode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kramdown%2Fmath-mathjaxnode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kramdown","download_url":"https://codeload.github.com/kramdown/math-mathjaxnode/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244085010,"owners_count":20395523,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["kramdown","markdown","mathjax-node"],"created_at":"2024-11-24T01:29:59.489Z","updated_at":"2025-03-17T18:17:48.064Z","avatar_url":"https://github.com/kramdown.png","language":"Ruby","readme":"**Important: This repo and gem are unmaintained! If you are interested in\nmaintaining, please contact me at \u003ct_leitner@gmx.at\u003e.**\n\n# kramdown math engine for conversion to MathML\n\nThis is a converter for [kramdown](https://kramdown.gettalong.org) that uses\n[Mathjax-Node](https://github.com/mathjax/MathJax-node) to convert math\nformulas to MathML.\n\nNote: Until kramdown version 2.0.0 this math engine was part of the kramdown\ndistribution.\n\n\n## Installation\n\n~~~ruby\ngem install kramdown-math-mathjaxnode\n~~~\n\n\n## Usage\n\n~~~ruby\nrequire 'kramdown'\nrequire 'kramdown-math-mathjaxnode\n\nKramdown::Document.new(text, math_engine: :mathjaxnode).to_html\n~~~\n\n\n## Documentation\n\nTo use Mathjax-Node, set the option `math_engine` to 'mathjaxnode' and make sure that both\n[Node.js](https://nodejs.org/) and Mathjax-Node are available. The Mathjax-Node library can be\ninstalled, e.g., via npm by running `npm install -g mathjax-node`. Instructions for installing\nNode.js can be found in the [joyent/node wiki](https://github.com/joyent/node/wiki/Installation).\n\nThe Mathjax-Node engine supports the following keys of the option `math_engine_opts`:\n\n* semantics:\n\n  Specifies whether TeX code should be added in a `\u003csemantics\u003e` tag. It defaults to `false` but if\n  set to `true`, a `\u003csemantics\u003e` tag with the LaTeX code itself is added.\n\n* texhints:\n\n  Specifies whether TeX-specific classes should be added. It defaults to `true` but if set to\n  `false`, the TeX-specific classes, like `MJX-TeXAtom-ORD`, will not be added. These classes\n  provide styling hints to the MathJax browser library.\n\n\n## Development\n\nClone the git repository and you are good to go. You probably want to install\n`rake` so that you can use the provided rake tasks.\n\n\n## License\n\nMIT - see the **COPYING** file.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkramdown%2Fmath-mathjaxnode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkramdown%2Fmath-mathjaxnode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkramdown%2Fmath-mathjaxnode/lists"}