Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
millermedeiros committed Aug 29, 2012
1 parent c017ddd commit 70916df
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,10 @@ convert the selected text into HTML:
vnoremap <silent> <leader>md :! mdown<CR>
```

Or if you want to convert the whole file (`%` is expanded to the current buffer file
name):
Or if you want to convert the whole file content:

```vim
:! mdown %
:%!mdown
```

Plugins for other text editors can probably be easily coded.
Expand Down

0 comments on commit 70916df

Please sign in to comment.