A highly lightweight utility that automatically detects and makes links clickable in Markdown.
npm install react-markdown-autolink
     !npm bundle size 
A highly lightweight utility that automatically detects and makes links clickable in Markdown rendered by react-markdown or other markdown renderers.
ā Automatic Link Detection: Automatically detects URLs and makes them clickable in your Markdown content.
ā Lightweight: Minimal overhead, ensuring fast and efficient performance.
ā
Seamless Integration: Easily integrates with react-markdown and other React, Vue, web components, or any other framework/library supporting markdown.
ā TypeScript First: Built with TypeScript, ensuring type safety and developer-friendly experience.
>
Please consider starring this repository and sharing it with your friends.
``bash`
pnpm add react-markdown-autolink
_or_
`bash`
npm install react-markdown-autolink
_or_
`bash`
yarn add react-markdown-autolink
`ts
import Markdown from "react-markdown";
import { autoLinkMd } from "react-markdown-autolink";
const md = ## Automatically Detect and Add Hyperlinks to Your Markdown Content
https://github.com/react18-tools/react-markdown-autolink;
export default function Page(): JSX.Element {
return
}
``
This library is licensed under the MPL-2.0 open-source license.
>
Please consider enrolling in our courses or sponsoring our work.
with š by Mayank Kumar Chaudhari