A sleek, browser-based tool to clean your Markdown content by removing URLs while preserving text and formatting.
- 🔄 Live preview of cleaned output
- 📋 One-click copy to clipboard
- 🎯 Preserves original text and formatting
- 🧼 Removes:
- Inline URLs
[text](url)
- Reference-style links
[ref]: url
- Bare URLs
https://example.com
- Inline URLs
- 💻 Works entirely in the browser
- 🎨 Clean, minimal design with Tailwind CSS
- ⚡ Built with Vite + React + TypeScript
- Node.js (v18 or higher)
- npm (v9 or higher)
- Clone the repository:
git clone https://github.com/netscorx/markdown-url-remover.git
cd markdown-url-remover
- Install dependencies:
npm install
- Start the development server:
npm run dev
- Open your browser and visit
http://localhost:5173
To create a production build:
npm run build
The built files will be in the dist
directory.
npm run dev
- Start development servernpm run build
- Build for productionnpm run preview
- Preview production buildnpm run lint
- Run ESLint
This project is licensed under the MIT License - see the LICENSE file for details.
Contributions are welcome! Feel free to open issues and submit pull requests.
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature
) - Commit your changes (
git commit -m 'Add some amazing feature'
) - Push to the branch (
git push origin feature/amazing-feature
) - Open a Pull Request
- Icons by Lucide
- Styling with Tailwind CSS