mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-26 02:06:32 +00:00
committed by
John MacFarlane
parent
b5d064e8f0
commit
2f03f389e8
@@ -570,6 +570,7 @@ externalFilter ropts f args' d = liftIO $ do
|
||||
".rb" -> ("ruby", f:args')
|
||||
".php" -> ("php", f:args')
|
||||
".js" -> ("node", f:args')
|
||||
".r" -> ("Rscript", f:args')
|
||||
_ -> (f, args')
|
||||
else (f, args')
|
||||
unless (exists && isExecutable) $ do
|
||||
|
||||
Reference in New Issue
Block a user