{"id":22202154,"url":"https://github.com/rumkin/iomd","last_synced_at":"2025-03-25T00:59:22.952Z","repository":{"id":57275821,"uuid":"176966571","full_name":"rumkin/iomd","owner":"rumkin","description":"Parse Mozilla's Iodide project markdown (IOMD)","archived":false,"fork":false,"pushed_at":"2019-05-17T10:09:21.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-16T04:32:08.137Z","etag":null,"topics":["jsmd","parser"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/rumkin.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":"2019-03-21T14:51:52.000Z","updated_at":"2019-05-17T10:09:23.000Z","dependencies_parsed_at":"2022-09-16T22:42:32.113Z","dependency_job_id":null,"html_url":"https://github.com/rumkin/iomd","commit_stats":null,"previous_names":["rumkin/jsmd-parser"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rumkin%2Fiomd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rumkin%2Fiomd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rumkin%2Fiomd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rumkin%2Fiomd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rumkin","download_url":"https://codeload.github.com/rumkin/iomd/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245377989,"owners_count":20605377,"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":["jsmd","parser"],"created_at":"2024-12-02T16:12:34.836Z","updated_at":"2025-03-25T00:59:22.924Z","avatar_url":"https://github.com/rumkin.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# IOMD Parser\n\nMozilla's [IOMD](https://iodide-project.github.io/docs/iomd/) format standalone parser.\n\n## Usage\n\n```shell\nnpm i iomd\n```\n\nUse parser:\n```javascript\nconst iomd = require('iomd');\n\nconst chunks = iomd.parse(`\n%% markdown\n# IOMD\n\nIOMD is a text container created to mix JS, Markdown, LaTeX and any other text\nformat in one file. It was originally developed by Mozilla for scientific\nnotebooks project [Iodide](https://iodide-project.github.io).\n\n%% js\n\nconsole.log('This is a part of JS mixed with markdown');\n`);\n```\n\nMethod `parse` returns an array of Chunks. Each Chunk has properties `type`, `flags`,\n`content`, `startLine`, `endLine` and `index`.\n\n## License\n\nMIT © [Rumkin](https://rumk.in)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frumkin%2Fiomd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frumkin%2Fiomd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frumkin%2Fiomd/lists"}