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+v
on Macs) and the markdown link will be created in place.
- Copy the image link
- Select the text (optional)
- Click
ctrl+shift+i
(cmd+shift+i
on Macs) and the markdown image will be created in place.
- Select the text
- Click
ctrl+b
(cmd+b
on Macs) and the selected text will be marked bold (**bold**
).
- Select the text
- Click
ctrl+i
(cmd+i
on Macs) and the selected text will be marked italic (_italic_
). - Click
ctrl+b
(cmd+b
on Macs) and the selected text will be marked bold (**bold**
).
- Select the text
- Click
ctrl+s
(ctrl+i
on Macs) and the selected text will be markedstrikethrough(~~strikethrough~~
).