{"id":20548455,"url":"https://github.com/react18-tools/react-markdown-autolink","last_synced_at":"2025-04-14T10:53:17.103Z","repository":{"id":248117052,"uuid":"827754055","full_name":"react18-tools/react-markdown-autolink","owner":"react18-tools","description":"A highly lightweight utility that automatically detects and makes links clickable in Markdown rendered by react-markdown.","archived":false,"fork":false,"pushed_at":"2025-04-09T16:25:03.000Z","size":4261,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-09T17:37:31.326Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/react18-tools.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"contributing.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["react18-tools","mayank1513"],"polar":"mayank1513","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":["https://pages.razorpay.com/mayank1513"]}},"created_at":"2024-07-12T09:53:44.000Z","updated_at":"2025-04-09T16:25:08.000Z","dependencies_parsed_at":"2024-07-12T14:09:12.960Z","dependency_job_id":"f0e85178-2322-48d9-b2a6-7e29c83465f4","html_url":"https://github.com/react18-tools/react-markdown-autolink","commit_stats":null,"previous_names":["react18-tools/react-markdown-autolink"],"tags_count":5,"template":false,"template_full_name":"react18-tools/turborepo-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/react18-tools%2Freact-markdown-autolink","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/react18-tools%2Freact-markdown-autolink/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/react18-tools%2Freact-markdown-autolink/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/react18-tools%2Freact-markdown-autolink/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/react18-tools","download_url":"https://codeload.github.com/react18-tools/react-markdown-autolink/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248868775,"owners_count":21174756,"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-16T02:13:35.085Z","updated_at":"2025-04-14T10:53:17.086Z","avatar_url":"https://github.com/react18-tools.png","language":"JavaScript","funding_links":["https://github.com/sponsors/react18-tools","https://github.com/sponsors/mayank1513","https://polar.sh/mayank1513","https://pages.razorpay.com/mayank1513"],"categories":[],"sub_categories":[],"readme":"# React Markdown Autolink \u003cimg src=\"https://github.com/mayank1513/mayank1513/blob/main/popper.png?raw=true\" style=\"height: 40px\"/\u003e\n\n[![test](https://github.com/react18-tools/react-markdown-autolink/actions/workflows/test.yml/badge.svg)](https://github.com/react18-tools/react-markdown-autolink/actions/workflows/test.yml) [![Maintainability](https://api.codeclimate.com/v1/badges/5ba946f4d45271583a1f/maintainability)](https://codeclimate.com/github/react18-tools/react-markdown-autolink/maintainability) [![codecov](https://codecov.io/gh/react18-tools/react-markdown-autolink/graph/badge.svg)](https://codecov.io/gh/react18-tools/react-markdown-autolink) [![Version](https://img.shields.io/npm/v/react-markdown-autolink.svg?colorB=green)](https://www.npmjs.com/package/react-markdown-autolink) [![Downloads](https://img.jsdelivr.com/img.shields.io/npm/d18m/react-markdown-autolink.svg)](https://www.npmjs.com/package/react-markdown-autolink) ![npm bundle size](https://img.shields.io/bundlephobia/minzip/react-markdown-autolink) [![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/from-referrer/)\n\n## Automatically Detect and Add Hyperlinks to Your Markdown Content\n\nA highly lightweight utility that automatically detects and makes links clickable in Markdown rendered by `react-markdown` or other markdown renderers.\n\n### Key Features\n\n✅ **Automatic Link Detection**: Automatically detects URLs and makes them clickable in your Markdown content.\n\n✅ **Lightweight**: Minimal overhead, ensuring fast and efficient performance.\n\n✅ **Seamless Integration**: Easily integrates with `react-markdown` and other React, Vue, web components, or any other framework/library supporting markdown.\n\n✅ **TypeScript First**: Built with TypeScript, ensuring type safety and developer-friendly experience.\n\n\u003e \u003cimg src=\"https://github.com/mayank1513/mayank1513/blob/main/popper.png?raw=true\" style=\"height: 20px\"/\u003e Please consider starring [this repository](https://github.com/react18-tools/react-markdown-autolink) and sharing it with your friends.\n\n## Getting Started\n\n### Installation\n\n```bash\npnpm add react-markdown-autolink\n```\n\n**_or_**\n\n```bash\nnpm install react-markdown-autolink\n```\n\n**_or_**\n\n```bash\nyarn add react-markdown-autolink\n```\n\n## Usage\n\n```ts\nimport Markdown from \"react-markdown\";\nimport { autoLinkMd } from \"react-markdown-autolink\";\n\nconst md = `## Automatically Detect and Add Hyperlinks to Your Markdown Content\nhttps://github.com/react18-tools/react-markdown-autolink\n`;\n\nexport default function Page() {\n  return \u003cMarkdown\u003e{autoLinkMd(md)}\u003c/Markdown\u003e;\n}\n```\n\n## License\n\nThis library is licensed under the MPL-2.0 open-source license.\n\n\u003e \u003cimg src=\"https://github.com/mayank1513/mayank1513/blob/main/popper.png?raw=true\" style=\"height: 20px\"/\u003e Please consider enrolling in [our courses](https://mayank-chaudhari.vercel.app/courses) or [sponsoring](https://github.com/sponsors/mayank1513) our work.\n\n\u003chr /\u003e\n\n\u003cp align=\"center\" style=\"text-align:center\"\u003ewith 💖 by \u003ca href=\"https://mayank-chaudhari.vercel.app\" target=\"_blank\"\u003eMayank Kumar Chaudhari\u003c/a\u003e\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freact18-tools%2Freact-markdown-autolink","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freact18-tools%2Freact-markdown-autolink","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freact18-tools%2Freact-markdown-autolink/lists"}