Skip to content

Commit 5c0d2a2

Browse files
committedOct 31, 2017
readme: add note about docx in intro
1 parent 756170b commit 5c0d2a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[![npm version](https://badge.fury.io/js/metalsmith-pandoc.svg)](https://badge.fury.io/js/metalsmith-pandoc) [![Build Status](https://travis-ci.org/arve0/metalsmith-pandoc.svg?branch=master)](https://travis-ci.org/arve0/metalsmith-pandoc)
22

33
# metalsmith-pandoc
4-
Wrap around [pdc](https://github.com/pvorb/node-pdc). Pandoc needs to be [system installed](http://pandoc.org/installing.html).
4+
Wrap around [pdc](https://github.com/pvorb/node-pdc), which lets you transform files with pandoc. For example from markdown to Word (docx). Pandoc needs to be [system installed](http://pandoc.org/installing.html).
55

66
## Install
77
```sh
@@ -23,7 +23,7 @@ options = {
2323
from: 'markdown',
2424
to: 'html5',
2525
args: [],
26-
opts: [],
26+
opts: {},
2727
pattern: '**/*.md', // multimatch
2828
ext: '.html' // extension for output file
2929
};

0 commit comments

Comments
 (0)
Please sign in to comment.