A VSCode extension that allows you to format selected markdown text using context menu options.
This extension adds the following formatting options to the context menu when you select text in a markdown file:
- Bold - Wraps selected text with
**text** - Italic - Wraps selected text with
_text_ - Strikethrough - Wraps selected text with
~~text~~ - Inline Code - Wraps selected text with
`text` - Code Block - Wraps selected text with triple backticks
- Link - Converts selected text to a markdown link (prompts for URL)
- Open a markdown file (
.md) - Select the text you want to format
- Press
Cmd+Shift+M(Mac) orCtrl+Shift+M(Windows/Linux) - Choose a formatting option from the menu
- Open a markdown file (
.md) - Select the text you want to format
- Right-click to open the context menu
- Choose one of the markdown formatting options
This extension does not add any VSCode settings.
Developed by Clyde D'Souza

