{"id":18447773,"url":"https://github.com/stoplightio/markdown","last_synced_at":"2025-04-08T00:32:25.576Z","repository":{"id":39737887,"uuid":"160164483","full_name":"stoplightio/markdown","owner":"stoplightio","description":"Useful functions when working with Markdown.","archived":false,"fork":false,"pushed_at":"2024-12-19T13:50:51.000Z","size":2303,"stargazers_count":6,"open_issues_count":14,"forks_count":1,"subscribers_count":15,"default_branch":"master","last_synced_at":"2025-04-05T22:43:22.061Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/stoplightio.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":"2018-12-03T09:21:35.000Z","updated_at":"2024-12-05T12:00:43.000Z","dependencies_parsed_at":"2023-02-06T11:15:15.641Z","dependency_job_id":null,"html_url":"https://github.com/stoplightio/markdown","commit_stats":null,"previous_names":[],"tags_count":42,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stoplightio%2Fmarkdown","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stoplightio%2Fmarkdown/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stoplightio%2Fmarkdown/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stoplightio%2Fmarkdown/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stoplightio","download_url":"https://codeload.github.com/stoplightio/markdown/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247755457,"owners_count":20990618,"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":[],"created_at":"2024-11-06T07:14:23.890Z","updated_at":"2025-04-08T00:32:20.555Z","avatar_url":"https://github.com/stoplightio.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @stoplight/markdown\n\n[![Maintainability](https://api.codeclimate.com/v1/badges/751d2319d7d0fd68d8c9/maintainability)](https://codeclimate.com/github/stoplightio/markdown/maintainability)\n[![Test Coverage](https://api.codeclimate.com/v1/badges/751d2319d7d0fd68d8c9/test_coverage)](https://codeclimate.com/github/stoplightio/markdown/test_coverage)\n\nUseful functions when working with Markdown. Leverages the Unified / Remark ecosystem under the hood.\n\n- Explore the interfaces: [TSDoc](https://stoplightio.github.io/markdown)\n- View the changelog: [Releases](https://github.com/stoplightio/markdown/releases)\n\n### Installation\n\nSupported in modern browsers and node.\n\n```bash\n# latest stable\nyarn add @stoplight/markdown\n```\n\n### Usage\n\n#### Example `parse`\n\n```ts\nimport { parse } from '@stoplight/markdown';\n\nconst result = parse('**markdown**');\n\nconsole.log(result); // =\u003e the MDAST compliant tree\n```\n\n### Contributing\n\n1. Clone repo.\n2. Create / checkout `feature/{name}`, `chore/{name}`, or `fix/{name}` branch.\n3. Install deps: `yarn`.\n4. Make your changes.\n5. Run tests: `yarn test.prod`.\n6. Stage relevant files to git.\n7. Commit: `yarn commit`. _NOTE: Commits that don't follow the\n   [conventional](https://github.com/marionebl/commitlint/tree/master/%40commitlint/config-conventional) format will be\n   rejected. `yarn commit` creates this format for you, or you can put it together manually and then do a regular\n   `git commit`._\n8. Push: `git push`.\n9. Open PR targeting the `develop` branch.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstoplightio%2Fmarkdown","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstoplightio%2Fmarkdown","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstoplightio%2Fmarkdown/lists"}