Atom.io Markdown Wrapper package
Wraps markdown links, images, bold and italic text, and strikethrough.
Installation
apm install atom-markdown-wrapper
Usage
Links
- Copy the link
- Select the text
- Click
ctrl+shift+v(cmd+shift+von Macs) and the markdown link will be created in place.
Images
- 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.
Bold
- Select the text
- Click
ctrl+b(cmd+bon Macs) and the selected text will be marked bold (**bold**).
Italic
- 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**).
Strikethrough
- Select the text
- Click
ctrl+s(ctrl+ion Macs) and the selected text will be markedstrikethrough(~~strikethrough~~).