Wraps markdown links, images, bold and italic text, and strikethrough.
apm install atom-markdown-wrapper
- Copy the link
- Select the text
- Click
ctrl+shift+v(cmd+shift+von Macs) and the markdown link will be created in place.
- Copy the image link
- Select the text (optional)
- Click
ctrl+shift+i(cmd+shift+ion Macs) and the markdown image will be created in place.
- Select the text
- Click
ctrl+b(cmd+bon Macs) and the selected text will be marked bold (**bold**).
- Select the text
- Click
ctrl+i(cmd+ion Macs) and the selected text will be marked italic (_italic_). - Click
ctrl+b(cmd+bon Macs) and the selected text will be marked bold (**bold**).
- Select the text
- Click
ctrl+s(ctrl+ion Macs) and the selected text will be markedstrikethrough(~~strikethrough~~).