Wraps markdown links, images, bold and italic text, and strikethrough.
apm install atom-markdown-wrapper
ctrl+shift+v
(cmd+shift+v
on Macs) and the markdown link will be created in place.ctrl+shift+i
(cmd+shift+i
on Macs) and the markdown image will be created in place.ctrl+b
(cmd+b
on Macs) and the selected text will be marked bold (**bold**
).ctrl+i
(cmd+i
on Macs) and the selected text will be marked italic (_italic_
).ctrl+b
(cmd+b
on Macs) and the selected text will be marked bold (**bold**
).ctrl+s
(ctrl+i
on Macs) and the selected text will be marked ~~strikethrough~~
).Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.