diff options
-rw-r--r-- | pandoc.hs | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1056,7 +1056,10 @@ main = do -- thread option data structure through all supplied option actions opts <- foldl (>>=) (return defaultOpts) actions + convertWithOpts opts args +convertWithOpts :: Opt -> [FilePath] -> IO () +convertWithOpts opts args = do let Opt { optTabStop = tabStop , optPreserveTabs = preserveTabs , optStandalone = standalone |