{"id":15003563,"url":"https://github.com/codeassign/markjax","last_synced_at":"2025-10-30T11:30:30.171Z","repository":{"id":53588061,"uuid":"65690244","full_name":"codeassign/markjax","owner":"codeassign","description":"Javascript parser for converting Markdown with LaTeX to HTML","archived":false,"fork":false,"pushed_at":"2021-03-22T22:48:07.000Z","size":526,"stargazers_count":9,"open_issues_count":0,"forks_count":1,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-02-02T08:02:32.184Z","etag":null,"topics":["javascript","katex","latex","markdown","mathjax","parser"],"latest_commit_sha":null,"homepage":"http://markjax.codeassign.com/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codeassign.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-08-14T23:01:49.000Z","updated_at":"2024-03-26T10:51:51.000Z","dependencies_parsed_at":"2022-08-27T16:50:34.449Z","dependency_job_id":null,"html_url":"https://github.com/codeassign/markjax","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeassign%2Fmarkjax","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeassign%2Fmarkjax/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeassign%2Fmarkjax/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeassign%2Fmarkjax/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codeassign","download_url":"https://codeload.github.com/codeassign/markjax/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238955753,"owners_count":19558453,"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":["javascript","katex","latex","markdown","mathjax","parser"],"created_at":"2024-09-24T18:59:00.717Z","updated_at":"2025-10-30T11:30:29.758Z","avatar_url":"https://github.com/codeassign.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MarkJax\nMarkdown with LaTeX parser in Javascript\n\n# Usage\n\nLoad MarkJax into a web page by including its main JavaScript file into the page.\nPlace the following line in the `\u003chead\u003e` section of your document:\n```html\n\u003cscript type=\"text/javascript\" src=\"https://codeassign.github.io/markjax/dist/markjax.min.js\"\u003e\u003c/script\u003e\n```\n\nNow you can write simple HTML which uses `markjax`:\n```html\n\u003chtml\u003e\n  \u003chead\u003e\n    \u003cscript type=\"text/javascript\" src=\"https://codeassign.github.io/markjax/dist/markjax.min.js\"\u003e\u003c/script\u003e\n  \u003c/head\u003e\n\n  \u003cbody\u003e\n    \u003cdiv id=\"output\"\u003e\u003c/div\u003e\n\n    \u003cscript\u003e\n      markjax(\"# Hello\\n$\\LaTeX$\", document.getElementById(\"output\"));\n    \u003c/script\u003e\n  \u003c/body\u003e\n\u003c/html\u003e\n```\n\nSame HTML is available [here](http://codepen.io/anon/pen/XNqRLV?editors=1000).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeassign%2Fmarkjax","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodeassign%2Fmarkjax","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeassign%2Fmarkjax/lists"}