Skip to content
This repository has been archived by the owner on Jun 13, 2019. It is now read-only.

Latest commit

 

History

History
58 lines (31 loc) · 1.85 KB

README.md

File metadata and controls

58 lines (31 loc) · 1.85 KB

build status known vulnerabilities apm version apm downloads license

Atom.io Markdown Wrapper package

Wraps markdown links, images, bold and italic text, and strikethrough.

Installation

apm install atom-markdown-wrapper

Usage

Links

  1. Copy the link
  2. Select the text
  3. Click ctrl+shift+v (cmd+shift+v on Macs) and the markdown link will be created in place.

Images

  1. Copy the image link
  2. Select the text (optional)
  3. Click ctrl+shift+i (cmd+shift+i on Macs) and the markdown image will be created in place.

Bold

  1. Select the text
  2. Click ctrl+b (cmd+b on Macs) and the selected text will be marked bold (**bold**).

Italic

  1. Select the text
  2. Click ctrl+i (cmd+i on Macs) and the selected text will be marked italic (_italic_).
  3. Click ctrl+b (cmd+b on Macs) and the selected text will be marked bold (**bold**).

Strikethrough

  1. Select the text
  2. Click ctrl+s (ctrl+i on Macs) and the selected text will be marked strikethrough (~~strikethrough~~).

License

MIT

Thanks

@bitoiu for markwrap