Skip to content

Commit

Permalink
Added Pandoc option to README
Browse files Browse the repository at this point in the history
  • Loading branch information
twsh authored May 8, 2017
1 parent f134df6 commit 56877f5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Vim Markdown Preview
- [Temp File](#temp)
- [Github Flavoured Markdown](#github)
- [Markdown.pl](#perl)
- [Pandoc](#pandoc)
- [Use xdg-open](#xdg)
- [Behind the Scenes](#behind-the-scenes)

Expand Down Expand Up @@ -152,6 +153,17 @@ Example: Use Markdown.pl to render HTML.
let vim_markdown_preview_perl=1
```

<a name='pandoc'></a>
### The `vim_markdown_preview_pandoc` option
If you prefer to use John MacFarlane's [Pandoc](http://pandoc.org/) to render HTML, set the following flag:

Default: `0`

Example: Use Pandoc to render HTML.
```vim
let vim_markdown_preview_pandoc=1
```

<a name='xdg'></a>
### The `vim_markdown_preview_use_xdg_open` option

Expand Down

0 comments on commit 56877f5

Please sign in to comment.