Skip to content

Commit

Permalink
Apparently the "--filter pandoc-citeproc" is redundant here
Browse files Browse the repository at this point in the history
  • Loading branch information
kaushalmodi committed Jul 19, 2018
1 parent 175d532 commit db1025c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ox-hugo-pandoc-cite.el
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@

;; TODO: Change the defconst to defvar
(defvar ox-hugo-pandoc-cite-pandoc-args-list
'("--filter" "pandoc-citeproc"
"-f" "markdown"
'("-f" "markdown"
"-t" "markdown-citations"
"--atx-headers") ;Use "# foo" style heading for output markdown
"Pandoc arguments used in `ox-hugo-pandoc-cite--run-pandoc'.
Expand Down

0 comments on commit db1025c

Please sign in to comment.