mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-23 08:46:56 +00:00
In --verbose mode add message when running citeproc.
(As with other filters.)
This commit is contained in:
@@ -89,7 +89,7 @@ applyFilters scrngin fenv filters args d = do
|
||||
applyFilter doc (LuaFilter f) =
|
||||
withMessages f $ engineApplyFilter scrngin fenv args f doc
|
||||
applyFilter doc CiteprocFilter =
|
||||
processCitations doc
|
||||
withMessages "citeproc" $ processCitations doc
|
||||
withMessages f action = do
|
||||
verbosity <- getVerbosity
|
||||
when (verbosity == INFO) $ report $ RunningFilter f
|
||||
|
||||
Reference in New Issue
Block a user