{"id":13995840,"url":"https://github.com/jupyter-book/mystmd","last_synced_at":"2026-05-20T03:17:12.493Z","repository":{"id":39845773,"uuid":"281513508","full_name":"jupyter-book/mystmd","owner":"jupyter-book","description":"Command line tools for working with MyST Markdown.","archived":false,"fork":false,"pushed_at":"2026-02-25T21:32:12.000Z","size":61791,"stargazers_count":478,"open_issues_count":716,"forks_count":139,"subscribers_count":12,"default_branch":"main","last_synced_at":"2026-02-25T22:34:11.741Z","etag":null,"topics":["javascript-parser","markdown-it","myst","myst-markdown","myst-parser","unifiedjs"],"latest_commit_sha":null,"homepage":"https://mystmd.org/guide","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jupyter-book.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-07-21T22:02:07.000Z","updated_at":"2026-02-25T21:32:14.000Z","dependencies_parsed_at":"2024-01-01T06:07:21.957Z","dependency_job_id":"db941686-58ea-4421-8215-6429fb7f5ba5","html_url":"https://github.com/jupyter-book/mystmd","commit_stats":{"total_commits":3236,"total_committers":44,"mean_commits":73.54545454545455,"dds":0.4431396786155748,"last_synced_commit":"eb411d0b4c94d9addb505e7d8cae9c4a73b0bf5d"},"previous_names":["executablebooks/mystmd","executablebooks/mystjs","jupyter-book/mystmd","executablebooks/markdown-it-myst"],"tags_count":1727,"template":false,"template_full_name":null,"purl":"pkg:github/jupyter-book/mystmd","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jupyter-book%2Fmystmd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jupyter-book%2Fmystmd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jupyter-book%2Fmystmd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jupyter-book%2Fmystmd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jupyter-book","download_url":"https://codeload.github.com/jupyter-book/mystmd/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jupyter-book%2Fmystmd/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30056056,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-03T18:21:05.932Z","status":"ssl_error","status_checked_at":"2026-03-03T18:20:59.341Z","response_time":61,"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":["javascript-parser","markdown-it","myst","myst-markdown","myst-parser","unifiedjs"],"created_at":"2024-08-09T14:03:36.778Z","updated_at":"2026-03-03T19:06:45.275Z","avatar_url":"https://github.com/jupyter-book.png","language":"TypeScript","funding_links":[],"categories":["TypeScript","others","Tools"],"sub_categories":["Miscellaneuous"],"readme":"# MyST Markdown Command Line Interface, `mystmd`\n\n[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/jupyter-book/mystmd/blob/main/LICENSE)\n![CI](https://github.com/jupyter-book/mystmd/workflows/CI/badge.svg)\n[![Discord Chat](https://img.shields.io/badge/discord-chat-blue?logo=discord\u0026logoColor=white)](https://discord.mystmd.org)\n\n`mystmd` is a set of open-source, community-driven tools designed for scientific communication, including a powerful authoring framework that supports blogs, online books, scientific papers, reports and journals articles.\n\n## Overview\n\nThe `mystmd` project provides a command line tool (`mystmd`) for working with MyST Markdown projects.\n\n- Provides functionality for cross-referencing, external structured links, and scientific citations\n- Translate and render MyST Markdown into:\n  - HTML for static websites, and modern React for interactive websites (like this website!)\n  - PDFs and LaTeX documents, with specific templates for over 400 journals\n  - Microsoft Word export\n- Parse MyST into a standardized AST, that follows the MyST Markdown Spec\n\nSee the [documentation](https://mystmd.org/guide).\n\n## Get Started\n\nEnsure that you have an updated version of Node installed (\u003chttps://nodejs.org/\u003e):\n\n```bash\nnode -v\n\u003e\u003e v20.4.0\n```\n\nThe MyST Markdown CLI is available through NPM, PyPI and Conda:\n\n```bash\n# Using npm, yarn, or pnpm\nnpm install -g mystmd\n# Or using PyPI\npip install mystmd\n# Or using Conda / Mamba\nconda install mystmd -c conda-forge\n```\n\nUsage:\n\n```bash\nmyst init\nmyst start\nmyst build my-doc.md --tex\n```\n\n# Development\n\nSee [the Contribution Guide](CONTRIBUTING.md) for information on setting up a development environment.\n\n---\n\nAs of v1.0.0 this package is [ESM only](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c).\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjupyter-book%2Fmystmd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjupyter-book%2Fmystmd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjupyter-book%2Fmystmd/lists"}