/remove-markdown-links

A Visual Studio Code extension to remove Markdown links from selected text.

Primary LanguageJavaScript

remove-markdown-links

A Visual Studio Code extension to remove Markdown links from selected text.

Removes hyperlinks and image links.

Examples

Before:
Updated the [Release Notes](release-notes.md) section.

After:
Updated the Release Notes section.

Before:
![My Logo](logo.png)

After:
My Logo

Installation

Search for remove-markdown-links in the Extensions section.

Usage

  1. Select the text from which Markdown links should be removed.
  2. Execute the Remove Markdown Links command from the command palette.