Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/geckoeidechse/remove-markdown-links
Turns `[example](https://example.com)` into `example`
https://github.com/geckoeidechse/remove-markdown-links
markdown rust
Last synced: 2 months ago
JSON representation
Turns `[example](https://example.com)` into `example`
- Host: GitHub
- URL: https://github.com/geckoeidechse/remove-markdown-links
- Owner: GeckoEidechse
- License: mpl-2.0
- Created: 2024-02-10T14:40:24.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-09-30T13:35:31.000Z (3 months ago)
- Last Synced: 2024-10-05T16:48:53.012Z (3 months ago)
- Topics: markdown, rust
- Language: Rust
- Homepage:
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# remove-markdown-links
[![crates.io](https://img.shields.io/crates/v/remove-markdown-links.svg)](https://crates.io/crates/remove-markdown-links)
[![MPL 2.0 LICENSE](https://img.shields.io/github/license/GeckoEidechse/remove-markdown-links.svg)](LICENSE)
[![docs.rs](https://docs.rs/remove-markdown-links/badge.svg)](https://docs.rs/remove-markdown-links)
[![Build](https://github.com/GeckoEidechse/remove-markdown-links/actions/workflows/build.yml/badge.svg)](https://github.com/GeckoEidechse/remove-markdown-links/actions/workflows/build.yml)
[![Test](https://github.com/GeckoEidechse/remove-markdown-links/actions/workflows/test.yml/badge.svg)](https://github.com/GeckoEidechse/remove-markdown-links/actions/workflows/test.yml)Turns `[example](https://example.com)` into `example`. That's it.