Skip to content

Commit

Permalink
Update pandoc.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Kwpolska committed Mar 23, 2015
1 parent 556d892 commit ce7c4e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nikola/plugins/compile/pandoc.py
Expand Up @@ -47,6 +47,7 @@ class CompilePandoc(PageCompiler):

def set_site(self, site):
self.config_dependencies = [str(site.config['PANDOC_OPTIONS'])]
super(CompilePandoc, self).set_site(site)

def compile_html(self, source, dest, is_two_file=True):
makedirs(os.path.dirname(dest))
Expand Down

0 comments on commit ce7c4e7

Please sign in to comment.