Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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`

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.